Class S3BucketInventoryDestinationBucketOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.s3_bucket_inventory.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
-
-
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 S3BucketInventoryDestinationBucketOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedS3BucketInventoryDestinationBucketOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedS3BucketInventoryDestinationBucketOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccountId()StringgetAccountIdInput()StringgetBucketArn()StringgetBucketArnInput()S3BucketInventoryDestinationBucketEncryptionOutputReferencegetEncryption()S3BucketInventoryDestinationBucketEncryptiongetEncryptionInput()StringgetFormat()StringgetFormatInput()S3BucketInventoryDestinationBucketgetInternalValue()StringgetPrefix()StringgetPrefixInput()voidputEncryption(S3BucketInventoryDestinationBucketEncryption value)voidresetAccountId()voidresetEncryption()voidresetPrefix()voidsetAccountId(String value)voidsetBucketArn(String value)voidsetFormat(String value)voidsetInternalValue(S3BucketInventoryDestinationBucket value)voidsetPrefix(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
-
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
-
putEncryption
@Stability(Stable) public void putEncryption(@NotNull S3BucketInventoryDestinationBucketEncryption value)- Parameters:
value- This parameter is required.
-
resetAccountId
@Stability(Stable) public void resetAccountId()
-
resetEncryption
@Stability(Stable) public void resetEncryption()
-
resetPrefix
@Stability(Stable) public void resetPrefix()
-
getEncryption
@Stability(Stable) @NotNull public S3BucketInventoryDestinationBucketEncryptionOutputReference getEncryption()
-
getAccountIdInput
@Stability(Stable) @Nullable public String getAccountIdInput()
-
getBucketArnInput
@Stability(Stable) @Nullable public String getBucketArnInput()
-
getEncryptionInput
@Stability(Stable) @Nullable public S3BucketInventoryDestinationBucketEncryption getEncryptionInput()
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public S3BucketInventoryDestinationBucket getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable S3BucketInventoryDestinationBucket value)
-
-