Class IamAccessBoundaryPolicyRules.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.iam_access_boundary_policy.IamAccessBoundaryPolicyRules.Jsii$Proxy
-
- All Implemented Interfaces:
IamAccessBoundaryPolicyRules,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IamAccessBoundaryPolicyRules
@Stability(Stable) @Internal public static final class IamAccessBoundaryPolicyRules.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IamAccessBoundaryPolicyRules
An implementation forIamAccessBoundaryPolicyRules
-
-
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_access_boundary_policy.IamAccessBoundaryPolicyRules
IamAccessBoundaryPolicyRules.Builder, IamAccessBoundaryPolicyRules.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IamAccessBoundaryPolicyRules.Builder builder)Constructor that initializes the object based on literal property values passed by theIamAccessBoundaryPolicyRules.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)IamAccessBoundaryPolicyRulesAccessBoundaryRulegetAccessBoundaryRule()access_boundary_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(IamAccessBoundaryPolicyRules.Builder builder)
Constructor that initializes the object based on literal property values passed by theIamAccessBoundaryPolicyRules.Builder.
-
-
Method Detail
-
getAccessBoundaryRule
public final IamAccessBoundaryPolicyRulesAccessBoundaryRule getAccessBoundaryRule()
Description copied from interface:IamAccessBoundaryPolicyRulesaccess_boundary_rule block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_access_boundary_policy#access_boundary_rule IamAccessBoundaryPolicy#access_boundary_rule}
- Specified by:
getAccessBoundaryRulein interfaceIamAccessBoundaryPolicyRules
-
getDescription
public final String getDescription()
Description copied from interface:IamAccessBoundaryPolicyRulesThe description of the rule.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_access_boundary_policy#description IamAccessBoundaryPolicy#description}
- Specified by:
getDescriptionin interfaceIamAccessBoundaryPolicyRules
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-