Class AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter.AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Jsii$Proxy
-
- All Implemented Interfaces:
AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom
@Stability(Stable) @Internal public static final class AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom
An implementation forAccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom
-
-
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.access_context_manager_service_perimeter.AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom
AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Builder, AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Builder builder)Constructor that initializes the object based on literal property values passed by theAccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.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)List<String>getIdentities()A list of identities that are allowed access through this ingress policy.StringgetIdentityType()Specifies the type of identities that are allowed access from outside the perimeter.ObjectgetSources()sources block.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(AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Builder builder)
Constructor that initializes the object based on literal property values passed by theAccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Builder.
-
-
Method Detail
-
getIdentities
public final List<String> getIdentities()
Description copied from interface:AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFromA list of identities that are allowed access through this ingress policy.Should be in the format of email address. The email address should represent individual user or service account only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#identities AccessContextManagerServicePerimeter#identities}
- Specified by:
getIdentitiesin interfaceAccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom
-
getIdentityType
public final String getIdentityType()
Description copied from interface:AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFromSpecifies the type of identities that are allowed access from outside the perimeter.If left unspecified, then members of 'identities' field will be allowed access. Possible values: ["IDENTITY_TYPE_UNSPECIFIED", "ANY_IDENTITY", "ANY_USER_ACCOUNT", "ANY_SERVICE_ACCOUNT"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#identity_type AccessContextManagerServicePerimeter#identity_type}
- Specified by:
getIdentityTypein interfaceAccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom
-
getSources
public final Object getSources()
Description copied from interface:AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFromsources block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#sources AccessContextManagerServicePerimeter#sources}
- Specified by:
getSourcesin interfaceAccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-