Class S3BucketInventoryDestinationBucketOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.809Z")
    @Stability(Stable)
    public class S3BucketInventoryDestinationBucketOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • S3BucketInventoryDestinationBucketOutputReference

        protected S3BucketInventoryDestinationBucketOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • S3BucketInventoryDestinationBucketOutputReference

        protected S3BucketInventoryDestinationBucketOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • S3BucketInventoryDestinationBucketOutputReference

        @Stability(Stable)
        public S3BucketInventoryDestinationBucketOutputReference​(@NotNull
                                                                 com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                 @NotNull
                                                                 String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetAccountId

        @Stability(Stable)
        public void resetAccountId()
      • resetEncryption

        @Stability(Stable)
        public void resetEncryption()
      • resetPrefix

        @Stability(Stable)
        public void resetPrefix()
      • getAccountIdInput

        @Stability(Stable)
        @Nullable
        public String getAccountIdInput()
      • getBucketArnInput

        @Stability(Stable)
        @Nullable
        public String getBucketArnInput()
      • getFormatInput

        @Stability(Stable)
        @Nullable
        public String getFormatInput()
      • getPrefixInput

        @Stability(Stable)
        @Nullable
        public String getPrefixInput()
      • getAccountId

        @Stability(Stable)
        @NotNull
        public String getAccountId()
      • setAccountId

        @Stability(Stable)
        public void setAccountId​(@NotNull
                                 String value)
      • getBucketArn

        @Stability(Stable)
        @NotNull
        public String getBucketArn()
      • setBucketArn

        @Stability(Stable)
        public void setBucketArn​(@NotNull
                                 String value)
      • getFormat

        @Stability(Stable)
        @NotNull
        public String getFormat()
      • setFormat

        @Stability(Stable)
        public void setFormat​(@NotNull
                              String value)
      • getPrefix

        @Stability(Stable)
        @NotNull
        public String getPrefix()
      • setPrefix

        @Stability(Stable)
        public void setPrefix​(@NotNull
                              String value)