Uses of Class
software.amazon.awscdk.services.codepipeline.actions.S3DeployAction.Builder
-
Uses of S3DeployAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionS3DeployAction.Builder.accessControl
(BucketAccessControl accessControl) The specified canned ACL to objects deployed to Amazon S3.S3DeployAction.Builder.actionName
(String actionName) The physical, human-readable name of the Action.The Amazon S3 bucket that is the deploy target.S3DeployAction.Builder.cacheControl
(List<? extends CacheControl> cacheControl) The caching behavior for requests/responses for objects in the bucket.static S3DeployAction.Builder
S3DeployAction.Builder.create()
S3DeployAction.Builder.encryptionKey
(IKey encryptionKey) The AWS KMS encryption key for the host bucket.Should the deploy action extract the artifact before deploying to Amazon S3.The input Artifact to deploy to Amazon S3.The key of the target object.The Role in which context's this Action will be executing in.The runOrder property for this Action.S3DeployAction.Builder.variablesNamespace
(String variablesNamespace) The name of the namespace to use for variables emitted by this action.