Interface IamDenyPolicyRules
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IamDenyPolicyRules.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.557Z") @Stability(Stable) public interface IamDenyPolicyRules extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIamDenyPolicyRules.BuilderA builder forIamDenyPolicyRulesstatic classIamDenyPolicyRules.Jsii$ProxyAn implementation forIamDenyPolicyRules
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IamDenyPolicyRules.Builderbuilder()default IamDenyPolicyRulesDenyRulegetDenyRule()deny_rule block.default StringgetDescription()The description of the rule.
-
-
-
Method Detail
-
getDenyRule
@Stability(Stable) @Nullable default IamDenyPolicyRulesDenyRule getDenyRule()
deny_rule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_deny_policy#deny_rule IamDenyPolicy#deny_rule}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
The description of the rule.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_deny_policy#description IamDenyPolicy#description}
-
builder
@Stability(Stable) static IamDenyPolicyRules.Builder builder()
- Returns:
- a
IamDenyPolicyRules.BuilderofIamDenyPolicyRules
-
-