Package com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_dry_run_ingress_policy
Class AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_dry_run_ingress_policy.AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo>
- Enclosing interface:
- AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo
@Stability(Stable) public static final class AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTobuild()Builds the configured instance.AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo.Builderoperations(com.hashicorp.cdktf.IResolvable operations)AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo.Builderoperations(List<? extends AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations> operations)AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo.Builderresources(List<String> resources)
-
-
-
Method Detail
-
operations
@Stability(Stable) public AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo.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_dry_run_ingress_policy#operations AccessContextManagerServicePerimeterDryRunIngressPolicy#operations}- Returns:
this
-
operations
@Stability(Stable) public AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo.Builder operations(List<? extends AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations> 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_dry_run_ingress_policy#operations AccessContextManagerServicePerimeterDryRunIngressPolicy#operations}- Returns:
this
-
resources
@Stability(Stable) public AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo.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_dry_run_ingress_policy#resources AccessContextManagerServicePerimeterDryRunIngressPolicy#resources} - Returns:
this
-
build
@Stability(Stable) public AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo>- Returns:
- a new instance of
AccessContextManagerServicePerimeterDryRunIngressPolicyIngressTo - Throws:
NullPointerException- if any required attribute was not provided
-
-