Class AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter.AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom.Jsii$Proxy
-
- All Implemented Interfaces:
AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom
@Stability(Stable) @Internal public static final class AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom
An implementation forAccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom
-
-
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.AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom
AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom.Builder, AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom.Builder builder)Constructor that initializes the object based on literal property values passed by theAccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom.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 'EgressPolicy'.StringgetIdentityType()Specifies the type of identities that are allowed access to outside the perimeter.StringgetSourceRestriction()Whether to enforce traffic restrictions based on 'sources' field.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(AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom.Builder builder)
Constructor that initializes the object based on literal property values passed by theAccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom.Builder.
-
-
Method Detail
-
getIdentities
public final List<String> getIdentities()
Description copied from interface:AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFromA list of identities that are allowed access through this 'EgressPolicy'.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 interfaceAccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom
-
getIdentityType
public final String getIdentityType()
Description copied from interface:AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFromSpecifies the type of identities that are allowed access to 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 interfaceAccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom
-
getSourceRestriction
public final String getSourceRestriction()
Description copied from interface:AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFromWhether to enforce traffic restrictions based on 'sources' field.If the 'sources' field is non-empty, then this field must be set to 'SOURCE_RESTRICTION_ENABLED'. Possible values: ["SOURCE_RESTRICTION_UNSPECIFIED", "SOURCE_RESTRICTION_ENABLED", "SOURCE_RESTRICTION_DISABLED"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter#source_restriction AccessContextManagerServicePerimeter#source_restriction}
- Specified by:
getSourceRestrictionin interfaceAccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom
-
getSources
public final Object getSources()
Description copied from interface:AccessContextManagerServicePerimeterSpecEgressPoliciesEgressFromsources 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 interfaceAccessContextManagerServicePerimeterSpecEgressPoliciesEgressFrom
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-