Class S3DeployActionProps.Jsii$Proxy
- All Implemented Interfaces:
S3DeployActionProps,CommonActionProps,CommonAwsActionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
S3DeployActionProps
S3DeployActionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.actions.S3DeployActionProps
S3DeployActionProps.Builder, S3DeployActionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(S3DeployActionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theS3DeployActionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BucketAccessControlThe specified canned ACL to objects deployed to Amazon S3.final StringThe physical, human-readable name of the Action.final IBucketThe Amazon S3 bucket that is the deploy target.final List<CacheControl> The caching behavior for requests/responses for objects in the bucket.final IKeyThe AWS KMS encryption key for the host bucket.final BooleanShould the deploy action extract the artifact before deploying to Amazon S3.final ArtifactgetInput()The input Artifact to deploy to Amazon S3.final StringThe key of the target object.final IRolegetRole()The Role in which context's this Action will be executing in.final NumberThe runOrder property for this Action.final StringThe name of the namespace to use for variables emitted by this action.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theS3DeployActionProps.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:S3DeployActionPropsThe Amazon S3 bucket that is the deploy target.- Specified by:
getBucketin interfaceS3DeployActionProps
-
getInput
Description copied from interface:S3DeployActionPropsThe input Artifact to deploy to Amazon S3.- Specified by:
getInputin interfaceS3DeployActionProps
-
getAccessControl
Description copied from interface:S3DeployActionPropsThe specified canned ACL to objects deployed to Amazon S3.This overwrites any existing ACL that was applied to the object.
Default: - the original object ACL
- Specified by:
getAccessControlin interfaceS3DeployActionProps
-
getCacheControl
Description copied from interface:S3DeployActionPropsThe caching behavior for requests/responses for objects in the bucket.The final cache control property will be the result of joining all of the provided array elements with a comma (plus a space after the comma).
Default: - none, decided by the HTTP client
- Specified by:
getCacheControlin interfaceS3DeployActionProps
-
getEncryptionKey
Description copied from interface:S3DeployActionPropsThe AWS KMS encryption key for the host bucket.The encryptionKey parameter encrypts uploaded artifacts with the provided AWS KMS key.
Default: - none
- Specified by:
getEncryptionKeyin interfaceS3DeployActionProps
-
getExtract
Description copied from interface:S3DeployActionPropsShould the deploy action extract the artifact before deploying to Amazon S3.Default: true
- Specified by:
getExtractin interfaceS3DeployActionProps
-
getObjectKey
Description copied from interface:S3DeployActionPropsThe key of the target object.This is required if extract is false.
- Specified by:
getObjectKeyin interfaceS3DeployActionProps
-
getRole
Description copied from interface:CommonAwsActionPropsThe Role in which context's this Action will be executing in.The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your
IAction.bindmethod in theActionBindOptions.roleproperty.Default: a new Role will be generated
- Specified by:
getRolein interfaceCommonAwsActionProps
-
getActionName
Description copied from interface:CommonActionPropsThe physical, human-readable name of the Action.Note that Action names must be unique within a single Stage.
- Specified by:
getActionNamein interfaceCommonActionProps
-
getRunOrder
Description copied from interface:CommonActionPropsThe runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
- Specified by:
getRunOrderin interfaceCommonActionProps- See Also:
-
getVariablesNamespace
Description copied from interface:CommonActionPropsThe name of the namespace to use for variables emitted by this action.Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
- Specified by:
getVariablesNamespacein interfaceCommonActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-