Class TimestreamwriteTableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.timestreamwrite_table.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description TimestreamwriteTableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedTimestreamwriteTableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedTimestreamwriteTableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBucketName()StringgetBucketNameInput()StringgetEncryptionOption()StringgetEncryptionOptionInput()TimestreamwriteTableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3ConfigurationgetInternalValue()StringgetKmsKeyId()StringgetKmsKeyIdInput()StringgetObjectKeyPrefix()StringgetObjectKeyPrefixInput()voidresetBucketName()voidresetEncryptionOption()voidresetKmsKeyId()voidresetObjectKeyPrefix()voidsetBucketName(String value)voidsetEncryptionOption(String value)voidsetInternalValue(TimestreamwriteTableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration value)voidsetKmsKeyId(String value)voidsetObjectKeyPrefix(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public TimestreamwriteTableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable TimestreamwriteTableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration value)
-
-