| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| software.amazon.awscdk.services.kms |
AWS Key Management Service Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccountPrincipal
(experimental) Specify AWS account ID as the principal entity in a policy to delegate authority to the account.
|
class |
AccountRootPrincipal
(experimental) Use the AWS account into which a stack is deployed as the principal entity in a policy.
|
class |
AnyPrincipal
(experimental) A principal representing all identities in all accounts.
|
class |
ArnPrincipal
(experimental) Specify a principal by the Amazon Resource Name (ARN).
|
class |
CanonicalUserPrincipal
(experimental) A policy principal for canonicalUserIds - useful for S3 bucket policies that use Origin Access identities.
|
class |
CompositePrincipal
(experimental) Represents a principal that has multiple types of principals.
|
class |
FederatedPrincipal
(experimental) Principal entity that represents a federated identity provider such as Amazon Cognito, that can be used to provide temporary security credentials to users who have been authenticated.
|
class |
OpenIdConnectPrincipal
(experimental) A principal that represents a federated identity provider as from a OpenID Connect provider.
|
class |
OrganizationPrincipal
(experimental) A principal that represents an AWS Organization.
|
class |
SamlConsolePrincipal
(experimental) Principal entity that represents a SAML federated identity provider for programmatic and AWS Management Console access.
|
class |
SamlPrincipal
(experimental) Principal entity that represents a SAML federated identity provider.
|
class |
ServicePrincipal
(experimental) An IAM principal that represents an AWS service (i.e.
|
class |
WebIdentityPrincipal
(experimental) A principal that represents a federated identity provider as Web Identity such as Cognito, Amazon, Facebook, Google, etc.
|
| Modifier and Type | Method and Description |
|---|---|
CompositePrincipal |
CompositePrincipal.addPrincipals(PrincipalBase... principals)
(experimental) Adds IAM principals to the composite principal.
|
| Constructor and Description |
|---|
CompositePrincipal(PrincipalBase... principals) |
| Modifier and Type | Class and Description |
|---|---|
class |
ViaServicePrincipal
(experimental) A principal to allow access to a key if it's being used through another AWS service.
|
Copyright © 2021. All rights reserved.