confluentcloud.NetworkLinkEndpoint
Explore with Pulumi AI
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.
Confluent Cloud. Inputs. Network Link Endpoint Environment Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- Network
Pulumi.
Confluent Cloud. Inputs. Network Link Endpoint Network Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
- Network
Link Pulumi.Service Confluent Cloud. Inputs. Network Link Endpoint Network Link Service - Description string
The description of the Network Link Endpoint.
- Display
Name string The name of the Network Link Endpoint.
- Environment
Network
Link Endpoint Environment Args Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- Network
Network
Link Endpoint Network Args Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
- Network
Link NetworkService Link Endpoint Network Link Service Args - Description string
The description of the Network Link Endpoint.
- Display
Name string The name of the Network Link Endpoint.
- environment
Network
Link Endpoint Environment Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- network
Network
Link Endpoint Network Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
- network
Link NetworkService Link Endpoint Network Link Service - description String
The description of the Network Link Endpoint.
- display
Name String The name of the Network Link Endpoint.
- environment
Network
Link Endpoint Environment Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- network
Network
Link Endpoint Network Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
- network
Link NetworkService Link Endpoint Network Link Service - description string
The description of the Network Link Endpoint.
- display
Name string The name of the Network Link Endpoint.
- environment
Network
Link Endpoint Environment Args Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- network
Network
Link Endpoint Network Args Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
- network_
link_ Networkservice Link Endpoint Network Link Service Args - 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.
- network
Link Property MapService - description String
The description of the Network Link Endpoint.
- display
Name 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.
- Resource
Name string (Required String) The Confluent Resource Name of the Network Link Endpoint.
- Id string
The provider-assigned unique ID for this managed resource.
- Resource
Name string (Required String) The Confluent Resource Name of the Network Link Endpoint.
- id String
The provider-assigned unique ID for this managed resource.
- resource
Name String (Required String) The Confluent Resource Name of the Network Link Endpoint.
- id string
The provider-assigned unique ID for this managed resource.
- resource
Name 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.
- resource
Name 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.
- Description string
The description of the Network Link Endpoint.
- Display
Name string The name of the Network Link Endpoint.
- Environment
Pulumi.
Confluent Cloud. Inputs. Network Link Endpoint Environment Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- Network
Pulumi.
Confluent Cloud. Inputs. Network Link Endpoint Network Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
- Network
Link Pulumi.Service Confluent Cloud. Inputs. Network Link Endpoint Network Link Service - Resource
Name string (Required String) The Confluent Resource Name of the Network Link Endpoint.
- Description string
The description of the Network Link Endpoint.
- Display
Name string The name of the Network Link Endpoint.
- Environment
Network
Link Endpoint Environment Args Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- Network
Network
Link Endpoint Network Args Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
- Network
Link NetworkService Link Endpoint Network Link Service Args - Resource
Name string (Required String) The Confluent Resource Name of the Network Link Endpoint.
- description String
The description of the Network Link Endpoint.
- display
Name String The name of the Network Link Endpoint.
- environment
Network
Link Endpoint Environment Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- network
Network
Link Endpoint Network Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
- network
Link NetworkService Link Endpoint Network Link Service - resource
Name String (Required String) The Confluent Resource Name of the Network Link Endpoint.
- description string
The description of the Network Link Endpoint.
- display
Name string The name of the Network Link Endpoint.
- environment
Network
Link Endpoint Environment Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- network
Network
Link Endpoint Network Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
- network
Link NetworkService Link Endpoint Network Link Service - resource
Name 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
Network
Link Endpoint Environment Args Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- network
Network
Link Endpoint Network Args Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider accounts.
- network_
link_ Networkservice Link Endpoint Network Link Service Args - resource_
name str (Required String) The Confluent Resource Name of the Network Link Endpoint.
- description String
The description of the Network Link Endpoint.
- display
Name 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.
- network
Link Property MapService - resource
Name 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.