1. Packages
  2. Google Cloud Native
  3. API Docs
  4. networksecurity
  5. networksecurity/v1beta1
  6. FirewallEndpointAssociation

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.networksecurity/v1beta1.FirewallEndpointAssociation

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Creates a new FirewallEndpointAssociation in a given project and location. Auto-naming is currently not supported for this resource.

Create FirewallEndpointAssociation Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new FirewallEndpointAssociation(name: string, args: FirewallEndpointAssociationArgs, opts?: CustomResourceOptions);
@overload
def FirewallEndpointAssociation(resource_name: str,
                                args: FirewallEndpointAssociationArgs,
                                opts: Optional[ResourceOptions] = None)

@overload
def FirewallEndpointAssociation(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                firewall_endpoint: Optional[str] = None,
                                network: Optional[str] = None,
                                firewall_endpoint_association_id: Optional[str] = None,
                                labels: Optional[Mapping[str, str]] = None,
                                location: Optional[str] = None,
                                project: Optional[str] = None,
                                request_id: Optional[str] = None,
                                tls_inspection_policy: Optional[str] = None)
func NewFirewallEndpointAssociation(ctx *Context, name string, args FirewallEndpointAssociationArgs, opts ...ResourceOption) (*FirewallEndpointAssociation, error)
public FirewallEndpointAssociation(string name, FirewallEndpointAssociationArgs args, CustomResourceOptions? opts = null)
public FirewallEndpointAssociation(String name, FirewallEndpointAssociationArgs args)
public FirewallEndpointAssociation(String name, FirewallEndpointAssociationArgs args, CustomResourceOptions options)
type: google-native:networksecurity/v1beta1:FirewallEndpointAssociation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. FirewallEndpointAssociationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. FirewallEndpointAssociationArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. FirewallEndpointAssociationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. FirewallEndpointAssociationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. FirewallEndpointAssociationArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var firewallEndpointAssociationResource = new GoogleNative.NetworkSecurity.V1Beta1.FirewallEndpointAssociation("firewallEndpointAssociationResource", new()
{
    FirewallEndpoint = "string",
    Network = "string",
    FirewallEndpointAssociationId = "string",
    Labels = 
    {
        { "string", "string" },
    },
    Location = "string",
    Project = "string",
    RequestId = "string",
    TlsInspectionPolicy = "string",
});
Copy
example, err := networksecurityv1beta1.NewFirewallEndpointAssociation(ctx, "firewallEndpointAssociationResource", &networksecurityv1beta1.FirewallEndpointAssociationArgs{
	FirewallEndpoint:              pulumi.String("string"),
	Network:                       pulumi.String("string"),
	FirewallEndpointAssociationId: pulumi.String("string"),
	Labels: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	Location:            pulumi.String("string"),
	Project:             pulumi.String("string"),
	RequestId:           pulumi.String("string"),
	TlsInspectionPolicy: pulumi.String("string"),
})
Copy
var firewallEndpointAssociationResource = new FirewallEndpointAssociation("firewallEndpointAssociationResource", FirewallEndpointAssociationArgs.builder()
    .firewallEndpoint("string")
    .network("string")
    .firewallEndpointAssociationId("string")
    .labels(Map.of("string", "string"))
    .location("string")
    .project("string")
    .requestId("string")
    .tlsInspectionPolicy("string")
    .build());
Copy
firewall_endpoint_association_resource = google_native.networksecurity.v1beta1.FirewallEndpointAssociation("firewallEndpointAssociationResource",
    firewall_endpoint="string",
    network="string",
    firewall_endpoint_association_id="string",
    labels={
        "string": "string",
    },
    location="string",
    project="string",
    request_id="string",
    tls_inspection_policy="string")
Copy
const firewallEndpointAssociationResource = new google_native.networksecurity.v1beta1.FirewallEndpointAssociation("firewallEndpointAssociationResource", {
    firewallEndpoint: "string",
    network: "string",
    firewallEndpointAssociationId: "string",
    labels: {
        string: "string",
    },
    location: "string",
    project: "string",
    requestId: "string",
    tlsInspectionPolicy: "string",
});
Copy
type: google-native:networksecurity/v1beta1:FirewallEndpointAssociation
properties:
    firewallEndpoint: string
    firewallEndpointAssociationId: string
    labels:
        string: string
    location: string
    network: string
    project: string
    requestId: string
    tlsInspectionPolicy: string
Copy

FirewallEndpointAssociation Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The FirewallEndpointAssociation resource accepts the following input properties:

FirewallEndpoint This property is required. string
The URL of the FirewallEndpoint that is being associated.
Network This property is required. string
The URL of the network that is being associated.
FirewallEndpointAssociationId string
Optional. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_association_id from the method_signature of Create RPC.
Labels Dictionary<string, string>
Optional. Labels as key value pairs
Location Changes to this property will trigger replacement. string
Project Changes to this property will trigger replacement. string
RequestId string
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
TlsInspectionPolicy string
Optional. The URL of the TlsInspectionPolicy that is being associated.
FirewallEndpoint This property is required. string
The URL of the FirewallEndpoint that is being associated.
Network This property is required. string
The URL of the network that is being associated.
FirewallEndpointAssociationId string
Optional. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_association_id from the method_signature of Create RPC.
Labels map[string]string
Optional. Labels as key value pairs
Location Changes to this property will trigger replacement. string
Project Changes to this property will trigger replacement. string
RequestId string
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
TlsInspectionPolicy string
Optional. The URL of the TlsInspectionPolicy that is being associated.
firewallEndpoint This property is required. String
The URL of the FirewallEndpoint that is being associated.
network This property is required. String
The URL of the network that is being associated.
firewallEndpointAssociationId String
Optional. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_association_id from the method_signature of Create RPC.
labels Map<String,String>
Optional. Labels as key value pairs
location Changes to this property will trigger replacement. String
project Changes to this property will trigger replacement. String
requestId String
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
tlsInspectionPolicy String
Optional. The URL of the TlsInspectionPolicy that is being associated.
firewallEndpoint This property is required. string
The URL of the FirewallEndpoint that is being associated.
network This property is required. string
The URL of the network that is being associated.
firewallEndpointAssociationId string
Optional. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_association_id from the method_signature of Create RPC.
labels {[key: string]: string}
Optional. Labels as key value pairs
location Changes to this property will trigger replacement. string
project Changes to this property will trigger replacement. string
requestId string
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
tlsInspectionPolicy string
Optional. The URL of the TlsInspectionPolicy that is being associated.
firewall_endpoint This property is required. str
The URL of the FirewallEndpoint that is being associated.
network This property is required. str
The URL of the network that is being associated.
firewall_endpoint_association_id str
Optional. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_association_id from the method_signature of Create RPC.
labels Mapping[str, str]
Optional. Labels as key value pairs
location Changes to this property will trigger replacement. str
project Changes to this property will trigger replacement. str
request_id str
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
tls_inspection_policy str
Optional. The URL of the TlsInspectionPolicy that is being associated.
firewallEndpoint This property is required. String
The URL of the FirewallEndpoint that is being associated.
network This property is required. String
The URL of the network that is being associated.
firewallEndpointAssociationId String
Optional. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_association_id from the method_signature of Create RPC.
labels Map<String>
Optional. Labels as key value pairs
location Changes to this property will trigger replacement. String
project Changes to this property will trigger replacement. String
requestId String
Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
tlsInspectionPolicy String
Optional. The URL of the TlsInspectionPolicy that is being associated.

Outputs

All input properties are implicitly available as output properties. Additionally, the FirewallEndpointAssociation resource produces the following output properties:

CreateTime string
Create time stamp
Id string
The provider-assigned unique ID for this managed resource.
Name string
name of resource
Reconciling bool
Whether reconciling is in progress, recommended per https://google.aip.dev/128.
State string
Current state of the association.
UpdateTime string
Update time stamp
CreateTime string
Create time stamp
Id string
The provider-assigned unique ID for this managed resource.
Name string
name of resource
Reconciling bool
Whether reconciling is in progress, recommended per https://google.aip.dev/128.
State string
Current state of the association.
UpdateTime string
Update time stamp
createTime String
Create time stamp
id String
The provider-assigned unique ID for this managed resource.
name String
name of resource
reconciling Boolean
Whether reconciling is in progress, recommended per https://google.aip.dev/128.
state String
Current state of the association.
updateTime String
Update time stamp
createTime string
Create time stamp
id string
The provider-assigned unique ID for this managed resource.
name string
name of resource
reconciling boolean
Whether reconciling is in progress, recommended per https://google.aip.dev/128.
state string
Current state of the association.
updateTime string
Update time stamp
create_time str
Create time stamp
id str
The provider-assigned unique ID for this managed resource.
name str
name of resource
reconciling bool
Whether reconciling is in progress, recommended per https://google.aip.dev/128.
state str
Current state of the association.
update_time str
Update time stamp
createTime String
Create time stamp
id String
The provider-assigned unique ID for this managed resource.
name String
name of resource
reconciling Boolean
Whether reconciling is in progress, recommended per https://google.aip.dev/128.
state String
Current state of the association.
updateTime String
Update time stamp

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi