public static final class CfnPipeline.ArtifactStoreProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPipeline.ArtifactStoreProperty
CfnPipeline.ArtifactStoreProperty
CfnPipeline.ArtifactStoreProperty.Builder, CfnPipeline.ArtifactStoreProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getEncryptionKey()
The encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service ( AWS KMS) key.
|
java.lang.String |
getLocation()
The S3 bucket used for storing the artifacts for a pipeline.
|
java.lang.String |
getType()
The type of the artifact store, such as S3.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getLocation()
CfnPipeline.ArtifactStoreProperty
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.
getLocation
in interface CfnPipeline.ArtifactStoreProperty
public final java.lang.String getType()
CfnPipeline.ArtifactStoreProperty
getType
in interface CfnPipeline.ArtifactStoreProperty
public final java.lang.Object getEncryptionKey()
CfnPipeline.ArtifactStoreProperty
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 .
getEncryptionKey
in interface CfnPipeline.ArtifactStoreProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()