Interface CodepipelineArtifactStore

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    CodepipelineArtifactStore.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:51.086Z")
    @Stability(Stable)
    public interface CodepipelineArtifactStore
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getLocation

        @Stability(Stable)
        @NotNull
        String getLocation()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/codepipeline#location Codepipeline#location}.
      • getType

        @Stability(Stable)
        @NotNull
        String getType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/codepipeline#type Codepipeline#type}.
      • getEncryptionKey

        @Stability(Stable)
        @Nullable
        default CodepipelineArtifactStoreEncryptionKey getEncryptionKey()
        encryption_key block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/codepipeline#encryption_key Codepipeline#encryption_key}

      • getRegion

        @Stability(Stable)
        @Nullable
        default String getRegion()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/codepipeline#region Codepipeline#region}.