Uses of Class
software.amazon.awscdk.services.lambda.CfnLayerVersionPermission.Builder
Packages that use CfnLayerVersionPermission.Builder
-
Uses of CfnLayerVersionPermission.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CfnLayerVersionPermission.BuilderModifier and TypeMethodDescriptionThe API action that grants access to the layer.CfnLayerVersionPermission.Builder.layerVersionArn
(String layerVersionArn) The name or Amazon Resource Name (ARN) of the layer.CfnLayerVersionPermission.Builder.organizationId
(String organizationId) With the principal set to*
, grant permission to all accounts in the specified organization.An account ID, or*
to grant layer usage permission to all accounts in an organization, or all AWS accounts (iforganizationId
is not specified).