Class Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.macie2_classification_job.Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference
-
- 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:53.901Z") @Stability(Stable) public class Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference 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 Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMacie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMacie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComparator()StringgetComparatorInput()Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermgetInternalValue()StringgetKey()StringgetKeyInput()Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValuesListgetTagValues()ObjectgetTagValuesInput()StringgetTarget()StringgetTargetInput()voidputTagValues(Object value)voidresetComparator()voidresetKey()voidresetTagValues()voidresetTarget()voidsetComparator(String value)voidsetInternalValue(Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm value)voidsetKey(String value)voidsetTarget(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
-
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference
protected Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference
protected Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference
@Stability(Stable) public Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermOutputReference(@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
-
putTagValues
@Stability(Stable) public void putTagValues(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetComparator
@Stability(Stable) public void resetComparator()
-
resetKey
@Stability(Stable) public void resetKey()
-
resetTagValues
@Stability(Stable) public void resetTagValues()
-
resetTarget
@Stability(Stable) public void resetTarget()
-
getTagValues
@Stability(Stable) @NotNull public Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTermTagValuesList getTagValues()
-
getComparatorInput
@Stability(Stable) @Nullable public String getComparatorInput()
-
getKeyInput
@Stability(Stable) @Nullable public String getKeyInput()
-
getTagValuesInput
@Stability(Stable) @Nullable public Object getTagValuesInput()
-
getTargetInput
@Stability(Stable) @Nullable public String getTargetInput()
-
getComparator
@Stability(Stable) @NotNull public String getComparator()
-
setComparator
@Stability(Stable) public void setComparator(@NotNull String value)
-
getKey
@Stability(Stable) @NotNull public String getKey()
-
setKey
@Stability(Stable) public void setKey(@NotNull String value)
-
getTarget
@Stability(Stable) @NotNull public String getTarget()
-
setTarget
@Stability(Stable) public void setTarget(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable Macie2ClassificationJobS3JobDefinitionScopingExcludesAndTagScopeTerm value)
-
-