Class CfnPipeline.ArtifactStoreProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnPipeline.ArtifactStoreProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipeline.ArtifactStoreProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPipeline.ArtifactStoreProperty
@Stability(Stable)
@Internal
public static final class CfnPipeline.ArtifactStoreProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipeline.ArtifactStoreProperty
An implementation for
CfnPipeline.ArtifactStoreProperty-
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.CfnPipeline.ArtifactStoreProperty
CfnPipeline.ArtifactStoreProperty.Builder, CfnPipeline.ArtifactStoreProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipeline.ArtifactStoreProperty.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 ObjectThe encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service ( AWS KMS) key.final StringThe S3 bucket used for storing the artifacts for a pipeline.final StringgetType()The type of the artifact store, such as S3.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 theCfnPipeline.ArtifactStoreProperty.Builder.
-
-
Method Details
-
getLocation
Description copied from interface:CfnPipeline.ArtifactStorePropertyThe S3 bucket used for storing the artifacts for a pipeline.You can specify the name of an S3 bucket but not a folder in the bucket. A folder to contain the pipeline artifacts is created for you based on the name of the pipeline. You can use any S3 bucket in the same AWS Region as the pipeline to store your pipeline artifacts.
- Specified by:
getLocationin interfaceCfnPipeline.ArtifactStoreProperty
-
getType
Description copied from interface:CfnPipeline.ArtifactStorePropertyThe type of the artifact store, such as S3.- Specified by:
getTypein interfaceCfnPipeline.ArtifactStoreProperty
-
getEncryptionKey
Description copied from interface:CfnPipeline.ArtifactStorePropertyThe encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service ( AWS KMS) key.If this is undefined, the default key for Amazon S3 is used. To see an example artifact store encryption key field, see the example structure here: AWS::CodePipeline::Pipeline .
- Specified by:
getEncryptionKeyin interfaceCfnPipeline.ArtifactStoreProperty
-
$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()
-