Class Anyone
(deprecated) A principal representing all identities in all accounts.
[Obsolete("use `AnyPrincipal`")]
public class Anyone : AnyPrincipal, IAssumeRolePrincipal, IComparablePrincipal, IPrincipal, IGrantable
- Inheritance
-
Anyone
- Implements
- Inherited Members
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IAM;
var anyone = new Anyone();
Remarks
Stability: Deprecated
ExampleMetadata: fixture=_generated
Constructors
Anyone()
public Anyone()