Class Anyone

All Implemented Interfaces:
IAssumeRolePrincipal, IComparablePrincipal, IGrantable, IPrincipal, software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:57.222Z") @Stability(Deprecated) @Deprecated public class Anyone extends AnyPrincipal
Deprecated.
use AnyPrincipal
(deprecated) A principal representing all identities in all accounts.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.iam.*;
 Anyone anyone = new Anyone();
 

  • Constructor Details

    • Anyone

      protected Anyone(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
    • Anyone

      protected Anyone(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      Deprecated.
    • Anyone

      @Stability(Stable) public Anyone()
      Deprecated.