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-native logo

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 string
    The unique name of the resource.
    args FirewallEndpointAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args 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 string
    The unique name of the resource.
    args FirewallEndpointAssociationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FirewallEndpointAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FirewallEndpointAssociationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    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",
    });
    
    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"),
    })
    
    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());
    
    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")
    
    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",
    });
    
    type: google-native:networksecurity/v1beta1:FirewallEndpointAssociation
    properties:
        firewallEndpoint: string
        firewallEndpointAssociationId: string
        labels:
            string: string
        location: string
        network: string
        project: string
        requestId: string
        tlsInspectionPolicy: string
    

    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

    The FirewallEndpointAssociation resource accepts the following input properties:

    FirewallEndpoint string
    The URL of the FirewallEndpoint that is being associated.
    Network 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 string
    Project 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 string
    The URL of the FirewallEndpoint that is being associated.
    Network 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 string
    Project 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 String
    The URL of the FirewallEndpoint that is being associated.
    network 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 String
    project 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 string
    The URL of the FirewallEndpoint that is being associated.
    network 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 string
    project 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 str
    The URL of the FirewallEndpoint that is being associated.
    network 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 str
    project 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 String
    The URL of the FirewallEndpoint that is being associated.
    network 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 String
    project 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-native logo

    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