Uses of Enum
software.amazon.awscdk.services.s3.BucketAccessControl
Package
Description
AWS CodePipeline Actions
Actions for AWS IoT Rule
Amazon S3 Construct Library
AWS S3 Deployment Construct Library
-
Uses of BucketAccessControl in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptiondefault BucketAccessControl
S3DeployActionProps.getAccessControl()
The specified canned ACL to objects deployed to Amazon S3.final BucketAccessControl
S3DeployActionProps.Jsii$Proxy.getAccessControl()
Modifier and TypeMethodDescriptionS3DeployAction.Builder.accessControl
(BucketAccessControl accessControl) The specified canned ACL to objects deployed to Amazon S3.S3DeployActionProps.Builder.accessControl
(BucketAccessControl accessControl) Sets the value ofS3DeployActionProps.getAccessControl()
-
Uses of BucketAccessControl in software.amazon.awscdk.services.iot.actions.alpha
Modifier and TypeMethodDescriptiondefault BucketAccessControl
S3PutObjectActionProps.getAccessControl()
(experimental) The Amazon S3 canned ACL that controls access to the object identified by the object key.final BucketAccessControl
S3PutObjectActionProps.Jsii$Proxy.getAccessControl()
Modifier and TypeMethodDescriptionS3PutObjectAction.Builder.accessControl
(BucketAccessControl accessControl) (experimental) The Amazon S3 canned ACL that controls access to the object identified by the object key.S3PutObjectActionProps.Builder.accessControl
(BucketAccessControl accessControl) Sets the value ofS3PutObjectActionProps.getAccessControl()
-
Uses of BucketAccessControl in software.amazon.awscdk.services.s3
Modifier and TypeMethodDescriptiondefault BucketAccessControl
BucketProps.getAccessControl()
Specifies a canned ACL that grants predefined permissions to the bucket.final BucketAccessControl
BucketProps.Jsii$Proxy.getAccessControl()
static BucketAccessControl
Returns the enum constant of this type with the specified name.static BucketAccessControl[]
BucketAccessControl.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionBucket.Builder.accessControl
(BucketAccessControl accessControl) Specifies a canned ACL that grants predefined permissions to the bucket.BucketProps.Builder.accessControl
(BucketAccessControl accessControl) Sets the value ofBucketProps.getAccessControl()
-
Uses of BucketAccessControl in software.amazon.awscdk.services.s3.deployment
Modifier and TypeMethodDescriptiondefault BucketAccessControl
BucketDeploymentProps.getAccessControl()
System-defined x-amz-acl metadata to be set on all objects in the deployment.final BucketAccessControl
BucketDeploymentProps.Jsii$Proxy.getAccessControl()
Modifier and TypeMethodDescriptionBucketDeployment.Builder.accessControl
(BucketAccessControl accessControl) System-defined x-amz-acl metadata to be set on all objects in the deployment.BucketDeploymentProps.Builder.accessControl
(BucketAccessControl accessControl) Sets the value ofBucketDeploymentProps.getAccessControl()