| 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()
(experimental) 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)
(experimental) The specified canned ACL to objects deployed to Amazon S3.
|
| Constructor and Description |
|---|
Jsii$Proxy(IBucket bucket,
Artifact input,
BucketAccessControl accessControl,
List<? extends CacheControl> cacheControl,
Boolean extract,
String objectKey,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
S3DeployActionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default BucketAccessControl |
BucketProps.getAccessControl()
(experimental) 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 |
|---|---|
BucketProps.Builder |
BucketProps.Builder.accessControl(BucketAccessControl accessControl)
Sets the value of
BucketProps.getAccessControl() |
Bucket.Builder |
Bucket.Builder.accessControl(BucketAccessControl accessControl)
(experimental) Specifies a canned ACL that grants predefined permissions to the bucket.
|
| Constructor and Description |
|---|
Jsii$Proxy(BucketAccessControl accessControl,
Boolean autoDeleteObjects,
BlockPublicAccess blockPublicAccess,
Boolean bucketKeyEnabled,
String bucketName,
List<? extends CorsRule> cors,
BucketEncryption encryption,
IKey encryptionKey,
Boolean enforceSsl,
List<? extends Inventory> inventories,
List<? extends LifecycleRule> lifecycleRules,
List<? extends BucketMetrics> metrics,
ObjectOwnership objectOwnership,
Boolean publicReadAccess,
RemovalPolicy removalPolicy,
IBucket serverAccessLogsBucket,
String serverAccessLogsPrefix,
Boolean versioned,
String websiteErrorDocument,
String websiteIndexDocument,
RedirectTarget websiteRedirect,
List<? extends RoutingRule> websiteRoutingRules)
Constructor that initializes the object based on literal property values passed by the
BucketProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default BucketAccessControl |
BucketDeploymentProps.getAccessControl()
(experimental) 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)
(experimental) System-defined x-amz-acl metadata to be set on all objects in the deployment.
|
| Constructor and Description |
|---|
Jsii$Proxy(IBucket destinationBucket,
List<? extends ISource> sources,
BucketAccessControl accessControl,
List<? extends CacheControl> cacheControl,
String contentDisposition,
String contentEncoding,
String contentLanguage,
String contentType,
String destinationKeyPrefix,
IDistribution distribution,
List<String> distributionPaths,
Expiration expires,
Number memoryLimit,
UserDefinedObjectMetadata metadata,
Boolean prune,
Boolean retainOnDelete,
IRole role,
ServerSideEncryption serverSideEncryption,
String serverSideEncryptionAwsKmsKeyId,
String serverSideEncryptionCustomerAlgorithm,
StorageClass storageClass,
IVpc vpc,
SubnetSelection vpcSubnets,
String websiteRedirectLocation)
Constructor that initializes the object based on literal property values passed by the
BucketDeploymentProps.Builder. |
Copyright © 2021. All rights reserved.