Class OsConfigPatchDeploymentInstanceFilterOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentInstanceFilterOutputReference
-
- 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.285Z") @Stability(Stable) public class OsConfigPatchDeploymentInstanceFilterOutputReference 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 OsConfigPatchDeploymentInstanceFilterOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedOsConfigPatchDeploymentInstanceFilterOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedOsConfigPatchDeploymentInstanceFilterOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAll()ObjectgetAllInput()OsConfigPatchDeploymentInstanceFilterGroupLabelsListgetGroupLabels()ObjectgetGroupLabelsInput()List<String>getInstanceNamePrefixes()List<String>getInstanceNamePrefixesInput()List<String>getInstances()List<String>getInstancesInput()OsConfigPatchDeploymentInstanceFiltergetInternalValue()List<String>getZones()List<String>getZonesInput()voidputGroupLabels(Object value)voidresetAll()voidresetGroupLabels()voidresetInstanceNamePrefixes()voidresetInstances()voidresetZones()voidsetAll(com.hashicorp.cdktf.IResolvable value)voidsetAll(Boolean value)voidsetInstanceNamePrefixes(List<String> value)voidsetInstances(List<String> value)voidsetInternalValue(OsConfigPatchDeploymentInstanceFilter value)voidsetZones(List<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
-
OsConfigPatchDeploymentInstanceFilterOutputReference
protected OsConfigPatchDeploymentInstanceFilterOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
OsConfigPatchDeploymentInstanceFilterOutputReference
protected OsConfigPatchDeploymentInstanceFilterOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
OsConfigPatchDeploymentInstanceFilterOutputReference
@Stability(Stable) public OsConfigPatchDeploymentInstanceFilterOutputReference(@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
-
putGroupLabels
@Stability(Stable) public void putGroupLabels(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetAll
@Stability(Stable) public void resetAll()
-
resetGroupLabels
@Stability(Stable) public void resetGroupLabels()
-
resetInstanceNamePrefixes
@Stability(Stable) public void resetInstanceNamePrefixes()
-
resetInstances
@Stability(Stable) public void resetInstances()
-
resetZones
@Stability(Stable) public void resetZones()
-
getGroupLabels
@Stability(Stable) @NotNull public OsConfigPatchDeploymentInstanceFilterGroupLabelsList getGroupLabels()
-
getAllInput
@Stability(Stable) @Nullable public Object getAllInput()
-
getGroupLabelsInput
@Stability(Stable) @Nullable public Object getGroupLabelsInput()
-
getInstanceNamePrefixesInput
@Stability(Stable) @Nullable public List<String> getInstanceNamePrefixesInput()
-
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)
-
setInstanceNamePrefixes
@Stability(Stable) public void setInstanceNamePrefixes(@NotNull List<String> value)
-
getInternalValue
@Stability(Stable) @Nullable public OsConfigPatchDeploymentInstanceFilter getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable OsConfigPatchDeploymentInstanceFilter value)
-
-