Package com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_ingress_policy
Class AccessContextManagerServicePerimeterIngressPolicyIngressTo.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_ingress_policy.AccessContextManagerServicePerimeterIngressPolicyIngressTo.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerServicePerimeterIngressPolicyIngressTo>
- Enclosing interface:
- AccessContextManagerServicePerimeterIngressPolicyIngressTo
@Stability(Stable) public static final class AccessContextManagerServicePerimeterIngressPolicyIngressTo.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerServicePerimeterIngressPolicyIngressTo>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerServicePerimeterIngressPolicyIngressTobuild()Builds the configured instance.AccessContextManagerServicePerimeterIngressPolicyIngressTo.Builderoperations(com.hashicorp.cdktf.IResolvable operations)AccessContextManagerServicePerimeterIngressPolicyIngressTo.Builderoperations(List<? extends AccessContextManagerServicePerimeterIngressPolicyIngressToOperations> operations)AccessContextManagerServicePerimeterIngressPolicyIngressTo.Builderresources(List<String> resources)
-
-
-
Method Detail
-
operations
@Stability(Stable) public AccessContextManagerServicePerimeterIngressPolicyIngressTo.Builder operations(com.hashicorp.cdktf.IResolvable operations)
- Parameters:
operations- operations block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_ingress_policy#operations AccessContextManagerServicePerimeterIngressPolicy#operations}- Returns:
this
-
operations
@Stability(Stable) public AccessContextManagerServicePerimeterIngressPolicyIngressTo.Builder operations(List<? extends AccessContextManagerServicePerimeterIngressPolicyIngressToOperations> operations)
- Parameters:
operations- operations block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_ingress_policy#operations AccessContextManagerServicePerimeterIngressPolicy#operations}- Returns:
this
-
resources
@Stability(Stable) public AccessContextManagerServicePerimeterIngressPolicyIngressTo.Builder resources(List<String> resources)
- Parameters:
resources- A list of resources, currently only projects in the form 'projects/', protected by this 'ServicePerimeter' that are allowed to be accessed by sources defined in the corresponding 'IngressFrom'. A request matches if it contains a resource in this list. If '*' is specified for resources, then this 'IngressTo' rule will authorize access to all resources inside the perimeter, provided that the request also matches the 'operations' field. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_ingress_policy#resources AccessContextManagerServicePerimeterIngressPolicy#resources} - Returns:
this
-
build
@Stability(Stable) public AccessContextManagerServicePerimeterIngressPolicyIngressTo build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerServicePerimeterIngressPolicyIngressTo>- Returns:
- a new instance of
AccessContextManagerServicePerimeterIngressPolicyIngressTo - Throws:
NullPointerException- if any required attribute was not provided
-
-