Class S3BucketReplicationConfigurationRuleOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.s3_bucket_replication_configuration.S3BucketReplicationConfigurationRuleOutputReference
-
- 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.837Z") @Stability(Stable) public class S3BucketReplicationConfigurationRuleOutputReference 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 S3BucketReplicationConfigurationRuleOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedS3BucketReplicationConfigurationRuleOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedS3BucketReplicationConfigurationRuleOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
S3BucketReplicationConfigurationRuleOutputReference
protected S3BucketReplicationConfigurationRuleOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
S3BucketReplicationConfigurationRuleOutputReference
protected S3BucketReplicationConfigurationRuleOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
S3BucketReplicationConfigurationRuleOutputReference
@Stability(Stable) public S3BucketReplicationConfigurationRuleOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Number complexObjectIndex, @NotNull Boolean complexObjectIsFromSet)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.complexObjectIndex- the index of this item in the list. This parameter is required.complexObjectIsFromSet- whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
-
-
Method Detail
-
putDeleteMarkerReplication
@Stability(Stable) public void putDeleteMarkerReplication(@NotNull S3BucketReplicationConfigurationRuleDeleteMarkerReplication value)- Parameters:
value- This parameter is required.
-
putDestination
@Stability(Stable) public void putDestination(@NotNull S3BucketReplicationConfigurationRuleDestination value)- Parameters:
value- This parameter is required.
-
putExistingObjectReplication
@Stability(Stable) public void putExistingObjectReplication(@NotNull S3BucketReplicationConfigurationRuleExistingObjectReplication value)- Parameters:
value- This parameter is required.
-
putFilter
@Stability(Stable) public void putFilter(@NotNull S3BucketReplicationConfigurationRuleFilter value)- Parameters:
value- This parameter is required.
-
putSourceSelectionCriteria
@Stability(Stable) public void putSourceSelectionCriteria(@NotNull S3BucketReplicationConfigurationRuleSourceSelectionCriteria value)- Parameters:
value- This parameter is required.
-
resetDeleteMarkerReplication
@Stability(Stable) public void resetDeleteMarkerReplication()
-
resetExistingObjectReplication
@Stability(Stable) public void resetExistingObjectReplication()
-
resetFilter
@Stability(Stable) public void resetFilter()
-
resetId
@Stability(Stable) public void resetId()
-
resetPrefix
@Stability(Stable) public void resetPrefix()
-
resetPriority
@Stability(Stable) public void resetPriority()
-
resetSourceSelectionCriteria
@Stability(Stable) public void resetSourceSelectionCriteria()
-
getDeleteMarkerReplication
@Stability(Stable) @NotNull public S3BucketReplicationConfigurationRuleDeleteMarkerReplicationOutputReference getDeleteMarkerReplication()
-
getDestination
@Stability(Stable) @NotNull public S3BucketReplicationConfigurationRuleDestinationOutputReference getDestination()
-
getExistingObjectReplication
@Stability(Stable) @NotNull public S3BucketReplicationConfigurationRuleExistingObjectReplicationOutputReference getExistingObjectReplication()
-
getFilter
@Stability(Stable) @NotNull public S3BucketReplicationConfigurationRuleFilterOutputReference getFilter()
-
getSourceSelectionCriteria
@Stability(Stable) @NotNull public S3BucketReplicationConfigurationRuleSourceSelectionCriteriaOutputReference getSourceSelectionCriteria()
-
getDeleteMarkerReplicationInput
@Stability(Stable) @Nullable public S3BucketReplicationConfigurationRuleDeleteMarkerReplication getDeleteMarkerReplicationInput()
-
getDestinationInput
@Stability(Stable) @Nullable public S3BucketReplicationConfigurationRuleDestination getDestinationInput()
-
getExistingObjectReplicationInput
@Stability(Stable) @Nullable public S3BucketReplicationConfigurationRuleExistingObjectReplication getExistingObjectReplicationInput()
-
getFilterInput
@Stability(Stable) @Nullable public S3BucketReplicationConfigurationRuleFilter getFilterInput()
-
getIdInput
@Stability(Stable) @Nullable public String getIdInput()
-
getPrefixInput
@Stability(Stable) @Nullable public String getPrefixInput()
-
getPriorityInput
@Stability(Stable) @Nullable public Number getPriorityInput()
-
getSourceSelectionCriteriaInput
@Stability(Stable) @Nullable public S3BucketReplicationConfigurationRuleSourceSelectionCriteria getSourceSelectionCriteriaInput()
-
getStatusInput
@Stability(Stable) @Nullable public String getStatusInput()
-
getId
@Stability(Stable) @NotNull public String getId()
-
setId
@Stability(Stable) public void setId(@NotNull String value)
-
getPrefix
@Stability(Stable) @NotNull public String getPrefix()
-
setPrefix
@Stability(Stable) public void setPrefix(@NotNull String value)
-
getPriority
@Stability(Stable) @NotNull public Number getPriority()
-
setPriority
@Stability(Stable) public void setPriority(@NotNull Number value)
-
getStatus
@Stability(Stable) @NotNull public String getStatus()
-
setStatus
@Stability(Stable) public void setStatus(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public Object getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable com.hashicorp.cdktf.IResolvable value)
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable S3BucketReplicationConfigurationRule value)
-
-