Class OsConfigOsPolicyAssignmentInstanceFilterOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentInstanceFilterOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.254Z") @Stability(Stable) public class OsConfigOsPolicyAssignmentInstanceFilterOutputReference 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 OsConfigOsPolicyAssignmentInstanceFilterOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedOsConfigOsPolicyAssignmentInstanceFilterOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedOsConfigOsPolicyAssignmentInstanceFilterOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAll()ObjectgetAllInput()OsConfigOsPolicyAssignmentInstanceFilterExclusionLabelsListgetExclusionLabels()ObjectgetExclusionLabelsInput()OsConfigOsPolicyAssignmentInstanceFilterInclusionLabelsListgetInclusionLabels()ObjectgetInclusionLabelsInput()OsConfigOsPolicyAssignmentInstanceFiltergetInternalValue()OsConfigOsPolicyAssignmentInstanceFilterInventoriesListgetInventories()ObjectgetInventoriesInput()voidputExclusionLabels(Object value)voidputInclusionLabels(Object value)voidputInventories(Object value)voidresetAll()voidresetExclusionLabels()voidresetInclusionLabels()voidresetInventories()voidsetAll(com.hashicorp.cdktf.IResolvable value)voidsetAll(Boolean value)voidsetInternalValue(OsConfigOsPolicyAssignmentInstanceFilter 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
-
OsConfigOsPolicyAssignmentInstanceFilterOutputReference
protected OsConfigOsPolicyAssignmentInstanceFilterOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
OsConfigOsPolicyAssignmentInstanceFilterOutputReference
protected OsConfigOsPolicyAssignmentInstanceFilterOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
OsConfigOsPolicyAssignmentInstanceFilterOutputReference
@Stability(Stable) public OsConfigOsPolicyAssignmentInstanceFilterOutputReference(@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
-
putExclusionLabels
@Stability(Stable) public void putExclusionLabels(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putInclusionLabels
@Stability(Stable) public void putInclusionLabels(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putInventories
@Stability(Stable) public void putInventories(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetAll
@Stability(Stable) public void resetAll()
-
resetExclusionLabels
@Stability(Stable) public void resetExclusionLabels()
-
resetInclusionLabels
@Stability(Stable) public void resetInclusionLabels()
-
resetInventories
@Stability(Stable) public void resetInventories()
-
getExclusionLabels
@Stability(Stable) @NotNull public OsConfigOsPolicyAssignmentInstanceFilterExclusionLabelsList getExclusionLabels()
-
getInclusionLabels
@Stability(Stable) @NotNull public OsConfigOsPolicyAssignmentInstanceFilterInclusionLabelsList getInclusionLabels()
-
getInventories
@Stability(Stable) @NotNull public OsConfigOsPolicyAssignmentInstanceFilterInventoriesList getInventories()
-
getAllInput
@Stability(Stable) @Nullable public Object getAllInput()
-
getExclusionLabelsInput
@Stability(Stable) @Nullable public Object getExclusionLabelsInput()
-
getInclusionLabelsInput
@Stability(Stable) @Nullable public Object getInclusionLabelsInput()
-
getInventoriesInput
@Stability(Stable) @Nullable public Object getInventoriesInput()
-
getAll
@Stability(Stable) @NotNull public Object getAll()
-
setAll
@Stability(Stable) public void setAll(@NotNull Boolean value)
-
setAll
@Stability(Stable) public void setAll(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getInternalValue
@Stability(Stable) @Nullable public OsConfigOsPolicyAssignmentInstanceFilter getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable OsConfigOsPolicyAssignmentInstanceFilter value)
-
-