Interface NetworkSecurityFirewallEndpointConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
NetworkSecurityFirewallEndpointConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.077Z") @Stability(Stable) public interface NetworkSecurityFirewallEndpointConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkSecurityFirewallEndpointConfig.BuilderA builder forNetworkSecurityFirewallEndpointConfigstatic classNetworkSecurityFirewallEndpointConfig.Jsii$ProxyAn implementation forNetworkSecurityFirewallEndpointConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetworkSecurityFirewallEndpointConfig.Builderbuilder()StringgetBillingProjectId()Project to bill on endpoint uptime usage.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_firewall_endpoint#id NetworkSecurityFirewallEndpoint#id}.default Map<String,String>getLabels()A map of key/value label pairs to assign to the resource.StringgetLocation()The location (zone) of the firewall endpoint.StringgetName()The name of the firewall endpoint resource.StringgetParent()The name of the parent this firewall endpoint belongs to.default NetworkSecurityFirewallEndpointTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getBillingProjectId
@Stability(Stable) @NotNull String getBillingProjectId()
Project to bill on endpoint uptime usage.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_firewall_endpoint#billing_project_id NetworkSecurityFirewallEndpoint#billing_project_id}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location (zone) of the firewall endpoint.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_firewall_endpoint#location NetworkSecurityFirewallEndpoint#location}
-
getName
@Stability(Stable) @NotNull String getName()
The name of the firewall endpoint resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_firewall_endpoint#name NetworkSecurityFirewallEndpoint#name}
-
getParent
@Stability(Stable) @NotNull String getParent()
The name of the parent this firewall endpoint belongs to. Format: organizations/{organization_id}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_firewall_endpoint#parent NetworkSecurityFirewallEndpoint#parent}
-
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_firewall_endpoint#id NetworkSecurityFirewallEndpoint#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.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
A map of key/value label pairs to assign to the resource.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_firewall_endpoint#labels NetworkSecurityFirewallEndpoint#labels}
-
getTimeouts
@Stability(Stable) @Nullable default NetworkSecurityFirewallEndpointTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_firewall_endpoint#timeouts NetworkSecurityFirewallEndpoint#timeouts}
-
builder
@Stability(Stable) static NetworkSecurityFirewallEndpointConfig.Builder builder()
-
-