Class IamDenyPolicyRulesDenyRuleOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.iam_deny_policy.IamDenyPolicyRulesDenyRuleOutputReference
-
- 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:21.557Z") @Stability(Stable) public class IamDenyPolicyRulesDenyRuleOutputReference 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 IamDenyPolicyRulesDenyRuleOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedIamDenyPolicyRulesDenyRuleOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIamDenyPolicyRulesDenyRuleOutputReference(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
-
IamDenyPolicyRulesDenyRuleOutputReference
protected IamDenyPolicyRulesDenyRuleOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
IamDenyPolicyRulesDenyRuleOutputReference
protected IamDenyPolicyRulesDenyRuleOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
IamDenyPolicyRulesDenyRuleOutputReference
@Stability(Stable) public IamDenyPolicyRulesDenyRuleOutputReference(@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
-
putDenialCondition
@Stability(Stable) public void putDenialCondition(@NotNull IamDenyPolicyRulesDenyRuleDenialCondition value)- Parameters:
value- This parameter is required.
-
resetDenialCondition
@Stability(Stable) public void resetDenialCondition()
-
resetDeniedPermissions
@Stability(Stable) public void resetDeniedPermissions()
-
resetDeniedPrincipals
@Stability(Stable) public void resetDeniedPrincipals()
-
resetExceptionPermissions
@Stability(Stable) public void resetExceptionPermissions()
-
resetExceptionPrincipals
@Stability(Stable) public void resetExceptionPrincipals()
-
getDenialCondition
@Stability(Stable) @NotNull public IamDenyPolicyRulesDenyRuleDenialConditionOutputReference getDenialCondition()
-
getDenialConditionInput
@Stability(Stable) @Nullable public IamDenyPolicyRulesDenyRuleDenialCondition getDenialConditionInput()
-
getDeniedPermissionsInput
@Stability(Stable) @Nullable public List<String> getDeniedPermissionsInput()
-
getDeniedPrincipalsInput
@Stability(Stable) @Nullable public List<String> getDeniedPrincipalsInput()
-
getExceptionPermissionsInput
@Stability(Stable) @Nullable public List<String> getExceptionPermissionsInput()
-
getExceptionPrincipalsInput
@Stability(Stable) @Nullable public List<String> getExceptionPrincipalsInput()
-
setDeniedPermissions
@Stability(Stable) public void setDeniedPermissions(@NotNull List<String> value)
-
setDeniedPrincipals
@Stability(Stable) public void setDeniedPrincipals(@NotNull List<String> value)
-
setExceptionPermissions
@Stability(Stable) public void setExceptionPermissions(@NotNull List<String> value)
-
setExceptionPrincipals
@Stability(Stable) public void setExceptionPrincipals(@NotNull List<String> value)
-
getInternalValue
@Stability(Stable) @Nullable public IamDenyPolicyRulesDenyRule getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable IamDenyPolicyRulesDenyRule value)
-
-