| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| software.amazon.awscdk.services.s3.deployment |
AWS S3 Deployment Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default BucketAccessControl |
S3DeployActionProps.getAccessControl()
The specified canned ACL to objects deployed to Amazon S3.
|
BucketAccessControl |
S3DeployActionProps.Jsii$Proxy.getAccessControl() |
| Modifier and Type | Method and Description |
|---|---|
S3DeployActionProps.Builder |
S3DeployActionProps.Builder.accessControl(BucketAccessControl accessControl)
Sets the value of
S3DeployActionProps.getAccessControl() |
S3DeployAction.Builder |
S3DeployAction.Builder.accessControl(BucketAccessControl accessControl)
The specified canned ACL to objects deployed to Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
default BucketAccessControl |
BucketProps.getAccessControl()
Specifies a canned ACL that grants predefined permissions to the bucket.
|
BucketAccessControl |
BucketProps.Jsii$Proxy.getAccessControl() |
static BucketAccessControl |
BucketAccessControl.valueOf(String name)
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 Type | Method and Description |
|---|---|
Bucket.Builder |
Bucket.Builder.accessControl(BucketAccessControl accessControl)
Specifies a canned ACL that grants predefined permissions to the bucket.
|
BucketProps.Builder |
BucketProps.Builder.accessControl(BucketAccessControl accessControl)
Sets the value of
BucketProps.getAccessControl() |
| Modifier and Type | Method and Description |
|---|---|
default BucketAccessControl |
BucketDeploymentProps.getAccessControl()
System-defined x-amz-acl metadata to be set on all objects in the deployment.
|
BucketAccessControl |
BucketDeploymentProps.Jsii$Proxy.getAccessControl() |
| Modifier and Type | Method and Description |
|---|---|
BucketDeploymentProps.Builder |
BucketDeploymentProps.Builder.accessControl(BucketAccessControl accessControl)
Sets the value of
BucketDeploymentProps.getAccessControl() |
BucketDeployment.Builder |
BucketDeployment.Builder.accessControl(BucketAccessControl accessControl)
System-defined x-amz-acl metadata to be set on all objects in the deployment.
|
Copyright © 2022. All rights reserved.