Uses of Enum
software.amazon.awscdk.services.s3.BucketAccessControl
Packages that use 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
Methods in software.amazon.awscdk.services.codepipeline.actions that return BucketAccessControlModifier and TypeMethodDescriptiondefault BucketAccessControl
S3DeployActionProps.getAccessControl()
The specified canned ACL to objects deployed to Amazon S3.final BucketAccessControl
S3DeployActionProps.Jsii$Proxy.getAccessControl()
Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type BucketAccessControlModifier 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
Methods in software.amazon.awscdk.services.iot.actions that return BucketAccessControlModifier 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()
Methods in software.amazon.awscdk.services.iot.actions with parameters of type BucketAccessControlModifier 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
Methods in software.amazon.awscdk.services.s3 that return BucketAccessControlModifier 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.Methods in software.amazon.awscdk.services.s3 with parameters of type BucketAccessControlModifier 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
Methods in software.amazon.awscdk.services.s3.deployment that return BucketAccessControlModifier 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()
Methods in software.amazon.awscdk.services.s3.deployment with parameters of type BucketAccessControlModifier 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()