Uses of Class
software.amazon.awscdk.services.iam.ArnPrincipal
Packages that use ArnPrincipal
Package
Description
Amazon EC2 Construct Library
AWS Identity and Access Management Construct Library
-
Uses of ArnPrincipal in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return types with arguments of type ArnPrincipalModifier and TypeMethodDescriptionVpcEndpointService.getAllowedPrincipals()One or more Principal ARNs to allow inbound connections to.default List<ArnPrincipal> VpcEndpointServiceProps.getAllowedPrincipals()IAM users, IAM roles, or AWS accounts to allow inbound connections from.final List<ArnPrincipal> VpcEndpointServiceProps.Jsii$Proxy.getAllowedPrincipals()Method parameters in software.amazon.awscdk.services.ec2 with type arguments of type ArnPrincipalModifier and TypeMethodDescriptionVpcEndpointService.Builder.allowedPrincipals(List<? extends ArnPrincipal> allowedPrincipals) IAM users, IAM roles, or AWS accounts to allow inbound connections from.VpcEndpointServiceProps.Builder.allowedPrincipals(List<? extends ArnPrincipal> allowedPrincipals) Sets the value ofVpcEndpointServiceProps.getAllowedPrincipals() -
Uses of ArnPrincipal in software.amazon.awscdk.services.iam
Subclasses of ArnPrincipal in software.amazon.awscdk.services.iamModifier and TypeClassDescriptionclassSpecify AWS account ID as the principal entity in a policy to delegate authority to the account.classUse the AWS account into which a stack is deployed as the principal entity in a policy.classA principal representing all AWS identities in all accounts.