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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnPipeline.ArtifactStoreProperty
CfnPipeline.ArtifactStoreProperty.Builder, CfnPipeline.ArtifactStoreProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipeline.ArtifactStoreProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service ( AWS KMS) key.final String
The S3 bucket used for storing the artifacts for a pipeline.final String
getType()
The type of the artifact store, such as S3.final int
hashCode()
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.ArtifactStoreProperty
The 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:
getLocation
in interfaceCfnPipeline.ArtifactStoreProperty
-
getType
Description copied from interface:CfnPipeline.ArtifactStoreProperty
The type of the artifact store, such as S3.- Specified by:
getType
in interfaceCfnPipeline.ArtifactStoreProperty
-
getEncryptionKey
Description copied from interface:CfnPipeline.ArtifactStoreProperty
The 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:
getEncryptionKey
in interfaceCfnPipeline.ArtifactStoreProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-