Class SecurityposturePosturePolicySetsPoliciesConstraintOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.securityposture_posture.SecurityposturePosturePolicySetsPoliciesConstraintOutputReference
-
- 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.706Z") @Stability(Stable) public class SecurityposturePosturePolicySetsPoliciesConstraintOutputReference 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 SecurityposturePosturePolicySetsPoliciesConstraintOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedSecurityposturePosturePolicySetsPoliciesConstraintOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSecurityposturePosturePolicySetsPoliciesConstraintOutputReference(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
-
SecurityposturePosturePolicySetsPoliciesConstraintOutputReference
protected SecurityposturePosturePolicySetsPoliciesConstraintOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
SecurityposturePosturePolicySetsPoliciesConstraintOutputReference
protected SecurityposturePosturePolicySetsPoliciesConstraintOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
SecurityposturePosturePolicySetsPoliciesConstraintOutputReference
@Stability(Stable) public SecurityposturePosturePolicySetsPoliciesConstraintOutputReference(@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
-
putOrgPolicyConstraint
@Stability(Stable) public void putOrgPolicyConstraint(@NotNull SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraint value)- Parameters:
value- This parameter is required.
-
putOrgPolicyConstraintCustom
@Stability(Stable) public void putOrgPolicyConstraintCustom(@NotNull SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustom value)- Parameters:
value- This parameter is required.
-
putSecurityHealthAnalyticsCustomModule
@Stability(Stable) public void putSecurityHealthAnalyticsCustomModule(@NotNull SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule value)- Parameters:
value- This parameter is required.
-
putSecurityHealthAnalyticsModule
@Stability(Stable) public void putSecurityHealthAnalyticsModule(@NotNull SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule value)- Parameters:
value- This parameter is required.
-
resetOrgPolicyConstraint
@Stability(Stable) public void resetOrgPolicyConstraint()
-
resetOrgPolicyConstraintCustom
@Stability(Stable) public void resetOrgPolicyConstraintCustom()
-
resetSecurityHealthAnalyticsCustomModule
@Stability(Stable) public void resetSecurityHealthAnalyticsCustomModule()
-
resetSecurityHealthAnalyticsModule
@Stability(Stable) public void resetSecurityHealthAnalyticsModule()
-
getOrgPolicyConstraint
@Stability(Stable) @NotNull public SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintOutputReference getOrgPolicyConstraint()
-
getOrgPolicyConstraintCustom
@Stability(Stable) @NotNull public SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomOutputReference getOrgPolicyConstraintCustom()
-
getSecurityHealthAnalyticsCustomModule
@Stability(Stable) @NotNull public SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModuleOutputReference getSecurityHealthAnalyticsCustomModule()
-
getSecurityHealthAnalyticsModule
@Stability(Stable) @NotNull public SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModuleOutputReference getSecurityHealthAnalyticsModule()
-
getOrgPolicyConstraintCustomInput
@Stability(Stable) @Nullable public SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustom getOrgPolicyConstraintCustomInput()
-
getOrgPolicyConstraintInput
@Stability(Stable) @Nullable public SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraint getOrgPolicyConstraintInput()
-
getSecurityHealthAnalyticsCustomModuleInput
@Stability(Stable) @Nullable public SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsCustomModule getSecurityHealthAnalyticsCustomModuleInput()
-
getSecurityHealthAnalyticsModuleInput
@Stability(Stable) @Nullable public SecurityposturePosturePolicySetsPoliciesConstraintSecurityHealthAnalyticsModule getSecurityHealthAnalyticsModuleInput()
-
getInternalValue
@Stability(Stable) @Nullable public SecurityposturePosturePolicySetsPoliciesConstraint getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable SecurityposturePosturePolicySetsPoliciesConstraint value)
-
-