| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| software.amazon.awscdk.services.s3 |
Amazon S3 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. |
Copyright © 2021. All rights reserved.