Class IamDenyPolicyRules.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.iam_deny_policy.IamDenyPolicyRules.Jsii$Proxy
-
- All Implemented Interfaces:
IamDenyPolicyRules,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IamDenyPolicyRules
@Stability(Stable) @Internal public static final class IamDenyPolicyRules.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IamDenyPolicyRules
An implementation forIamDenyPolicyRules
-
-
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.providers.google.iam_deny_policy.IamDenyPolicyRules
IamDenyPolicyRules.Builder, IamDenyPolicyRules.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IamDenyPolicyRules.Builder builder)Constructor that initializes the object based on literal property values passed by theIamDenyPolicyRules.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)IamDenyPolicyRulesDenyRulegetDenyRule()deny_rule block.StringgetDescription()The description of the rule.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IamDenyPolicyRules.Builder builder)
Constructor that initializes the object based on literal property values passed by theIamDenyPolicyRules.Builder.
-
-
Method Detail
-
getDenyRule
public final IamDenyPolicyRulesDenyRule getDenyRule()
Description copied from interface:IamDenyPolicyRulesdeny_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}
- Specified by:
getDenyRulein interfaceIamDenyPolicyRules
-
getDescription
public final String getDescription()
Description copied from interface:IamDenyPolicyRulesThe 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}
- Specified by:
getDescriptionin interfaceIamDenyPolicyRules
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-