Class TimestreamwriteTableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationOutputReference

  • 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:55.388Z")
    @Stability(Stable)
    public class TimestreamwriteTableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • TimestreamwriteTableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationOutputReference

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

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

        @Stability(Stable)
        public TimestreamwriteTableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationOutputReference​(@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

      • resetBucketName

        @Stability(Stable)
        public void resetBucketName()
      • resetEncryptionOption

        @Stability(Stable)
        public void resetEncryptionOption()
      • resetKmsKeyId

        @Stability(Stable)
        public void resetKmsKeyId()
      • resetObjectKeyPrefix

        @Stability(Stable)
        public void resetObjectKeyPrefix()
      • getBucketNameInput

        @Stability(Stable)
        @Nullable
        public String getBucketNameInput()
      • getEncryptionOptionInput

        @Stability(Stable)
        @Nullable
        public String getEncryptionOptionInput()
      • getKmsKeyIdInput

        @Stability(Stable)
        @Nullable
        public String getKmsKeyIdInput()
      • getObjectKeyPrefixInput

        @Stability(Stable)
        @Nullable
        public String getObjectKeyPrefixInput()
      • getBucketName

        @Stability(Stable)
        @NotNull
        public String getBucketName()
      • setBucketName

        @Stability(Stable)
        public void setBucketName​(@NotNull
                                  String value)
      • getEncryptionOption

        @Stability(Stable)
        @NotNull
        public String getEncryptionOption()
      • setEncryptionOption

        @Stability(Stable)
        public void setEncryptionOption​(@NotNull
                                        String value)
      • getKmsKeyId

        @Stability(Stable)
        @NotNull
        public String getKmsKeyId()
      • setKmsKeyId

        @Stability(Stable)
        public void setKmsKeyId​(@NotNull
                                String value)
      • getObjectKeyPrefix

        @Stability(Stable)
        @NotNull
        public String getObjectKeyPrefix()
      • setObjectKeyPrefix

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