Interface NetworkSecurityGatewaySecurityPolicyRuleConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
NetworkSecurityGatewaySecurityPolicyRuleConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.084Z") @Stability(Stable) public interface NetworkSecurityGatewaySecurityPolicyRuleConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkSecurityGatewaySecurityPolicyRuleConfig.BuilderA builder forNetworkSecurityGatewaySecurityPolicyRuleConfigstatic classNetworkSecurityGatewaySecurityPolicyRuleConfig.Jsii$ProxyAn implementation forNetworkSecurityGatewaySecurityPolicyRuleConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetworkSecurityGatewaySecurityPolicyRuleConfig.Builderbuilder()default StringgetApplicationMatcher()CEL expression for matching on L7/application level criteria.StringgetBasicProfile()Profile which tells what the primitive action should be.default StringgetDescription()Free-text description of the resource.ObjectgetEnabled()Whether the rule is enforced.StringgetGatewaySecurityPolicy()The name of the gatewat security policy this rule belongs to.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#id NetworkSecurityGatewaySecurityPolicyRule#id}.StringgetLocation()The location of the gateway security policy.StringgetName()Name of the resource.NumbergetPriority()Priority of the rule.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#project NetworkSecurityGatewaySecurityPolicyRule#project}.StringgetSessionMatcher()CEL expression for matching on session criteria.default NetworkSecurityGatewaySecurityPolicyRuleTimeoutsgetTimeouts()timeouts block.default ObjectgetTlsInspectionEnabled()Flag to enable TLS inspection of traffic matching on.
-
-
-
Method Detail
-
getBasicProfile
@Stability(Stable) @NotNull String getBasicProfile()
Profile which tells what the primitive action should be.Possible values are: * ALLOW * DENY. Possible values: ["BASIC_PROFILE_UNSPECIFIED", "ALLOW", "DENY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#basic_profile NetworkSecurityGatewaySecurityPolicyRule#basic_profile}
-
getEnabled
@Stability(Stable) @NotNull Object getEnabled()
Whether the rule is enforced.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#enabled NetworkSecurityGatewaySecurityPolicyRule#enabled}
-
getGatewaySecurityPolicy
@Stability(Stable) @NotNull String getGatewaySecurityPolicy()
The name of the gatewat security policy this rule belongs to.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#gateway_security_policy NetworkSecurityGatewaySecurityPolicyRule#gateway_security_policy}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location of the gateway security policy.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#location NetworkSecurityGatewaySecurityPolicyRule#location}
-
getName
@Stability(Stable) @NotNull String getName()
Name of the resource. ame is the full resource name so projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}/rules/{rule} rule should match the pattern: (^a-z?$).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#name NetworkSecurityGatewaySecurityPolicyRule#name}
-
getPriority
@Stability(Stable) @NotNull Number getPriority()
Priority of the rule. Lower number corresponds to higher precedence.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#priority NetworkSecurityGatewaySecurityPolicyRule#priority}
-
getSessionMatcher
@Stability(Stable) @NotNull String getSessionMatcher()
CEL expression for matching on session criteria.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#session_matcher NetworkSecurityGatewaySecurityPolicyRule#session_matcher}
-
getApplicationMatcher
@Stability(Stable) @Nullable default String getApplicationMatcher()
CEL expression for matching on L7/application level criteria.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#application_matcher NetworkSecurityGatewaySecurityPolicyRule#application_matcher}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Free-text description of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#description NetworkSecurityGatewaySecurityPolicyRule#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#id NetworkSecurityGatewaySecurityPolicyRule#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#project NetworkSecurityGatewaySecurityPolicyRule#project}.
-
getTimeouts
@Stability(Stable) @Nullable default NetworkSecurityGatewaySecurityPolicyRuleTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#timeouts NetworkSecurityGatewaySecurityPolicyRule#timeouts}
-
getTlsInspectionEnabled
@Stability(Stable) @Nullable default Object getTlsInspectionEnabled()
Flag to enable TLS inspection of traffic matching on. Can only be true if the parent GatewaySecurityPolicy references a TLSInspectionConfig.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_gateway_security_policy_rule#tls_inspection_enabled NetworkSecurityGatewaySecurityPolicyRule#tls_inspection_enabled}
-
builder
@Stability(Stable) static NetworkSecurityGatewaySecurityPolicyRuleConfig.Builder builder()
-
-