Class CfnPipeline.ArtifactStoreMapProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnPipeline.ArtifactStoreMapProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipeline.ArtifactStoreMapProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipeline.ArtifactStoreMapProperty
@Stability(Stable)
@Internal
public static final class CfnPipeline.ArtifactStoreMapProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipeline.ArtifactStoreMapProperty
An implementation for
CfnPipeline.ArtifactStoreMapProperty
-
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.ArtifactStoreMapProperty
CfnPipeline.ArtifactStoreMapProperty.Builder, CfnPipeline.ArtifactStoreMapProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipeline.ArtifactStoreMapProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.ArtifactStoreMapProperty.Builder
.
-
-
Method Details
-
getArtifactStore
Description copied from interface:CfnPipeline.ArtifactStoreMapProperty
Represents information about the S3 bucket where artifacts are stored for the pipeline.You must include either
artifactStore
orartifactStores
in your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must useartifactStores
.- Specified by:
getArtifactStore
in interfaceCfnPipeline.ArtifactStoreMapProperty
- See Also:
-
getRegion
Description copied from interface:CfnPipeline.ArtifactStoreMapProperty
The action declaration's AWS Region, such as us-east-1.- Specified by:
getRegion
in interfaceCfnPipeline.ArtifactStoreMapProperty
- See Also:
-
$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()
-