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
  • 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

      protected Jsii$Proxy(CfnPipeline.ArtifactStoreProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnPipeline.ArtifactStoreProperty.Builder.
  • Method Details

    • getLocation

      public final String 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 interface CfnPipeline.ArtifactStoreProperty
    • getType

      public final String getType()
      Description copied from interface: CfnPipeline.ArtifactStoreProperty
      The type of the artifact store, such as S3.
      Specified by:
      getType in interface CfnPipeline.ArtifactStoreProperty
    • getEncryptionKey

      public final Object 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 interface CfnPipeline.ArtifactStoreProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object