1. Packages
  2. Confluent Cloud
  3. API Docs
  4. NetworkLinkEndpoint
Confluent v1.26.0 published on Thursday, Sep 28, 2023 by Pulumi

confluentcloud.NetworkLinkEndpoint

Explore with Pulumi AI

confluentcloud logo
Confluent v1.26.0 published on Thursday, Sep 28, 2023 by Pulumi

    Import

    You can import a Network Link Endpoint by using Environment ID and Network Link Endpoint ID, in the format <Environment ID>/<Network Link Endpoint ID>. The following example shows how to import a Network Link Endpoint$ export CONFLUENT_CLOUD_API_KEY="<cloud_api_key>" $ export CONFLUENT_CLOUD_API_SECRET="<cloud_api_secret>"

     $ pulumi import confluentcloud:index/networkLinkEndpoint:NetworkLinkEndpoint my_nle env-abc123/nle-abc123
    

    !> Warning: Do not forget to delete terminal command history afterwards for security purposes.

    Create NetworkLinkEndpoint Resource

    new NetworkLinkEndpoint(name: string, args: NetworkLinkEndpointArgs, opts?: CustomResourceOptions);
    @overload
    def NetworkLinkEndpoint(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            description: Optional[str] = None,
                            display_name: Optional[str] = None,
                            environment: Optional[NetworkLinkEndpointEnvironmentArgs] = None,
                            network: Optional[NetworkLinkEndpointNetworkArgs] = None,
                            network_link_service: Optional[NetworkLinkEndpointNetworkLinkServiceArgs] = None)
    @overload
    def NetworkLinkEndpoint(resource_name: str,
                            args: NetworkLinkEndpointArgs,
                            opts: Optional[ResourceOptions] = None)
    func NewNetworkLinkEndpoint(ctx *Context, name string, args NetworkLinkEndpointArgs, opts ...ResourceOption) (*NetworkLinkEndpoint, error)
    public NetworkLinkEndpoint(string name, NetworkLinkEndpointArgs args, CustomResourceOptions? opts = null)
    public NetworkLinkEndpoint(String name, NetworkLinkEndpointArgs args)
    public NetworkLinkEndpoint(String name, NetworkLinkEndpointArgs args, CustomResourceOptions options)
    
    type: confluentcloud:NetworkLinkEndpoint
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args NetworkLinkEndpointArgs
    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 NetworkLinkEndpointArgs
    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 NetworkLinkEndpointArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NetworkLinkEndpointArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NetworkLinkEndpointArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    NetworkLinkEndpoint 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 NetworkLinkEndpoint resource accepts the following input properties:

    Environment Pulumi.ConfluentCloud.Inputs.NetworkLinkEndpointEnvironment

    Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.

    Network Pulumi.ConfluentCloud.Inputs.NetworkLinkEndpointNetwork

    Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.

    NetworkLinkService Pulumi.ConfluentCloud.Inputs.NetworkLinkEndpointNetworkLinkService
    Description string

    The description of the Network Link Endpoint.

    DisplayName string

    The name of the Network Link Endpoint.

    Environment NetworkLinkEndpointEnvironmentArgs

    Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.

    Network NetworkLinkEndpointNetworkArgs

    Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.

    NetworkLinkService NetworkLinkEndpointNetworkLinkServiceArgs
    Description string

    The description of the Network Link Endpoint.

    DisplayName string

    The name of the Network Link Endpoint.

    environment NetworkLinkEndpointEnvironment

    Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.

    network NetworkLinkEndpointNetwork

    Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.

    networkLinkService NetworkLinkEndpointNetworkLinkService
    description String

    The description of the Network Link Endpoint.

    displayName String

    The name of the Network Link Endpoint.

    environment NetworkLinkEndpointEnvironment

    Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.

    network NetworkLinkEndpointNetwork

    Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.

    networkLinkService NetworkLinkEndpointNetworkLinkService
    description string

    The description of the Network Link Endpoint.

    displayName string

    The name of the Network Link Endpoint.

    environment NetworkLinkEndpointEnvironmentArgs

    Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.

    network NetworkLinkEndpointNetworkArgs

    Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.

    network_link_service NetworkLinkEndpointNetworkLinkServiceArgs
    description str

    The description of the Network Link Endpoint.

    display_name str

    The name of the Network Link Endpoint.

    environment Property Map

    Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.

    network Property Map

    Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.

    networkLinkService Property Map
    description String

    The description of the Network Link Endpoint.

    displayName String

    The name of the Network Link Endpoint.

    Outputs

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

    Id string

    The provider-assigned unique ID for this managed resource.

    ResourceName string

    (Required String) The Confluent Resource Name of the Network Link Endpoint.

    Id string

    The provider-assigned unique ID for this managed resource.

    ResourceName string

    (Required String) The Confluent Resource Name of the Network Link Endpoint.

    id String

    The provider-assigned unique ID for this managed resource.

    resourceName String

    (Required String) The Confluent Resource Name of the Network Link Endpoint.

    id string

    The provider-assigned unique ID for this managed resource.

    resourceName string

    (Required String) The Confluent Resource Name of the Network Link Endpoint.

    id str

    The provider-assigned unique ID for this managed resource.

    resource_name str

    (Required String) The Confluent Resource Name of the Network Link Endpoint.

    id String

    The provider-assigned unique ID for this managed resource.

    resourceName String

    (Required String) The Confluent Resource Name of the Network Link Endpoint.

    Look up Existing NetworkLinkEndpoint Resource

    Get an existing NetworkLinkEndpoint resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: NetworkLinkEndpointState, opts?: CustomResourceOptions): NetworkLinkEndpoint
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            display_name: Optional[str] = None,
            environment: Optional[NetworkLinkEndpointEnvironmentArgs] = None,
            network: Optional[NetworkLinkEndpointNetworkArgs] = None,
            network_link_service: Optional[NetworkLinkEndpointNetworkLinkServiceArgs] = None,
            resource_name: Optional[str] = None) -> NetworkLinkEndpoint
    func GetNetworkLinkEndpoint(ctx *Context, name string, id IDInput, state *NetworkLinkEndpointState, opts ...ResourceOption) (*NetworkLinkEndpoint, error)
    public static NetworkLinkEndpoint Get(string name, Input<string> id, NetworkLinkEndpointState? state, CustomResourceOptions? opts = null)
    public static NetworkLinkEndpoint get(String name, Output<String> id, NetworkLinkEndpointState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Description string

    The description of the Network Link Endpoint.

    DisplayName string

    The name of the Network Link Endpoint.

    Environment Pulumi.ConfluentCloud.Inputs.NetworkLinkEndpointEnvironment

    Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.

    Network Pulumi.ConfluentCloud.Inputs.NetworkLinkEndpointNetwork

    Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.

    NetworkLinkService Pulumi.ConfluentCloud.Inputs.NetworkLinkEndpointNetworkLinkService
    ResourceName string

    (Required String) The Confluent Resource Name of the Network Link Endpoint.

    Description string

    The description of the Network Link Endpoint.

    DisplayName string

    The name of the Network Link Endpoint.

    Environment NetworkLinkEndpointEnvironmentArgs

    Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.

    Network NetworkLinkEndpointNetworkArgs

    Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.

    NetworkLinkService NetworkLinkEndpointNetworkLinkServiceArgs
    ResourceName string

    (Required String) The Confluent Resource Name of the Network Link Endpoint.

    description String

    The description of the Network Link Endpoint.

    displayName String

    The name of the Network Link Endpoint.

    environment NetworkLinkEndpointEnvironment

    Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.

    network NetworkLinkEndpointNetwork

    Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.

    networkLinkService NetworkLinkEndpointNetworkLinkService
    resourceName String

    (Required String) The Confluent Resource Name of the Network Link Endpoint.

    description string

    The description of the Network Link Endpoint.

    displayName string

    The name of the Network Link Endpoint.

    environment NetworkLinkEndpointEnvironment

    Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.

    network NetworkLinkEndpointNetwork

    Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.

    networkLinkService NetworkLinkEndpointNetworkLinkService
    resourceName string

    (Required String) The Confluent Resource Name of the Network Link Endpoint.

    description str

    The description of the Network Link Endpoint.

    display_name str

    The name of the Network Link Endpoint.

    environment NetworkLinkEndpointEnvironmentArgs

    Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.

    network NetworkLinkEndpointNetworkArgs

    Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.

    network_link_service NetworkLinkEndpointNetworkLinkServiceArgs
    resource_name str

    (Required String) The Confluent Resource Name of the Network Link Endpoint.

    description String

    The description of the Network Link Endpoint.

    displayName String

    The name of the Network Link Endpoint.

    environment Property Map

    Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.

    network Property Map

    Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.

    networkLinkService Property Map
    resourceName String

    (Required String) The Confluent Resource Name of the Network Link Endpoint.

    Supporting Types

    NetworkLinkEndpointEnvironment, NetworkLinkEndpointEnvironmentArgs

    Id string

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    Id string

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    id String

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    id string

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    id str

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    id String

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    NetworkLinkEndpointNetwork, NetworkLinkEndpointNetworkArgs

    Id string

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    Id string

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    id String

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    id string

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    id str

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    id String

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    NetworkLinkEndpointNetworkLinkService, NetworkLinkEndpointNetworkLinkServiceArgs

    Id string

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    Id string

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    id String

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    id string

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    id str

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    id String

    The ID of the Environment that the Network Link Endpoint belongs to, for example, env-xyz456.

    Package Details

    Repository
    Confluent Cloud pulumi/pulumi-confluentcloud
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the confluent Terraform Provider.

    confluentcloud logo
    Confluent v1.26.0 published on Thursday, Sep 28, 2023 by Pulumi