Class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgOutputReference
-
- 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.275Z") @Stability(Stable) public class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgOutputReference 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 OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgOutputReference(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
-
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgOutputReference
protected OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgOutputReference
protected OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgOutputReference
@Stability(Stable) public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgOutputReference(@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
-
putApt
@Stability(Stable) public void putApt(@NotNull OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgApt value)- Parameters:
value- This parameter is required.
-
putDeb
@Stability(Stable) public void putDeb(@NotNull OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDeb value)- Parameters:
value- This parameter is required.
-
putGooget
@Stability(Stable) public void putGooget(@NotNull OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgGooget value)- Parameters:
value- This parameter is required.
-
putMsi
@Stability(Stable) public void putMsi(@NotNull OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsi value)- Parameters:
value- This parameter is required.
-
putRpm
@Stability(Stable) public void putRpm(@NotNull OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm value)- Parameters:
value- This parameter is required.
-
putYum
@Stability(Stable) public void putYum(@NotNull OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgYum value)- Parameters:
value- This parameter is required.
-
putZypper
@Stability(Stable) public void putZypper(@NotNull OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgZypper value)- Parameters:
value- This parameter is required.
-
resetApt
@Stability(Stable) public void resetApt()
-
resetDeb
@Stability(Stable) public void resetDeb()
-
resetGooget
@Stability(Stable) public void resetGooget()
-
resetMsi
@Stability(Stable) public void resetMsi()
-
resetRpm
@Stability(Stable) public void resetRpm()
-
resetYum
@Stability(Stable) public void resetYum()
-
resetZypper
@Stability(Stable) public void resetZypper()
-
getApt
@Stability(Stable) @NotNull public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgAptOutputReference getApt()
-
getDeb
@Stability(Stable) @NotNull public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDebOutputReference getDeb()
-
getGooget
@Stability(Stable) @NotNull public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgGoogetOutputReference getGooget()
-
getMsi
@Stability(Stable) @NotNull public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsiOutputReference getMsi()
-
getRpm
@Stability(Stable) @NotNull public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpmOutputReference getRpm()
-
getYum
@Stability(Stable) @NotNull public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgYumOutputReference getYum()
-
getZypper
@Stability(Stable) @NotNull public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgZypperOutputReference getZypper()
-
getAptInput
@Stability(Stable) @Nullable public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgApt getAptInput()
-
getDebInput
@Stability(Stable) @Nullable public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDeb getDebInput()
-
getDesiredStateInput
@Stability(Stable) @Nullable public String getDesiredStateInput()
-
getGoogetInput
@Stability(Stable) @Nullable public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgGooget getGoogetInput()
-
getMsiInput
@Stability(Stable) @Nullable public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsi getMsiInput()
-
getRpmInput
@Stability(Stable) @Nullable public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgRpm getRpmInput()
-
getYumInput
@Stability(Stable) @Nullable public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgYum getYumInput()
-
getZypperInput
@Stability(Stable) @Nullable public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgZypper getZypperInput()
-
getDesiredState
@Stability(Stable) @NotNull public String getDesiredState()
-
setDesiredState
@Stability(Stable) public void setDesiredState(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkg getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkg value)
-
-