cockroach.PrivateEndpointServices
Explore with Pulumi AI
PrivateEndpointServices contains services that allow for VPC communication, either via PrivateLink (AWS) or Peering (GCP).
Create PrivateEndpointServices Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PrivateEndpointServices(name: string, args: PrivateEndpointServicesArgs, opts?: CustomResourceOptions);
@overload
def PrivateEndpointServices(resource_name: str,
args: PrivateEndpointServicesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PrivateEndpointServices(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_id: Optional[str] = None)
func NewPrivateEndpointServices(ctx *Context, name string, args PrivateEndpointServicesArgs, opts ...ResourceOption) (*PrivateEndpointServices, error)
public PrivateEndpointServices(string name, PrivateEndpointServicesArgs args, CustomResourceOptions? opts = null)
public PrivateEndpointServices(String name, PrivateEndpointServicesArgs args)
public PrivateEndpointServices(String name, PrivateEndpointServicesArgs args, CustomResourceOptions options)
type: cockroach:PrivateEndpointServices
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 PrivateEndpointServicesArgs
- 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 PrivateEndpointServicesArgs
- 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 PrivateEndpointServicesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PrivateEndpointServicesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PrivateEndpointServicesArgs
- 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 privateEndpointServicesResource = new Cockroach.PrivateEndpointServices("privateEndpointServicesResource", new()
{
ClusterId = "string",
});
example, err := cockroach.NewPrivateEndpointServices(ctx, "privateEndpointServicesResource", &cockroach.PrivateEndpointServicesArgs{
ClusterId: pulumi.String("string"),
})
var privateEndpointServicesResource = new PrivateEndpointServices("privateEndpointServicesResource", PrivateEndpointServicesArgs.builder()
.clusterId("string")
.build());
private_endpoint_services_resource = cockroach.PrivateEndpointServices("privateEndpointServicesResource", cluster_id="string")
const privateEndpointServicesResource = new cockroach.PrivateEndpointServices("privateEndpointServicesResource", {clusterId: "string"});
type: cockroach:PrivateEndpointServices
properties:
clusterId: string
PrivateEndpointServices 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 PrivateEndpointServices resource accepts the following input properties:
- Cluster
Id string
- Cluster
Id string
- cluster
Id String
- cluster
Id string
- cluster_
id str
- cluster
Id String
Outputs
All input properties are implicitly available as output properties. Additionally, the PrivateEndpointServices resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Services
List<Pulumiverse.
Cockroach. Outputs. Private Endpoint Services Service>
- Id string
- The provider-assigned unique ID for this managed resource.
- Services
[]Private
Endpoint Services Service
- id String
- The provider-assigned unique ID for this managed resource.
- services
List<Private
Endpoint Services Service>
- id string
- The provider-assigned unique ID for this managed resource.
- services
Private
Endpoint Services Service[]
- id str
- The provider-assigned unique ID for this managed resource.
- services
Sequence[Private
Endpoint Services Service]
- id String
- The provider-assigned unique ID for this managed resource.
- services List<Property Map>
Look up Existing PrivateEndpointServices Resource
Get an existing PrivateEndpointServices 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?: PrivateEndpointServicesState, opts?: CustomResourceOptions): PrivateEndpointServices
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cluster_id: Optional[str] = None,
services: Optional[Sequence[PrivateEndpointServicesServiceArgs]] = None) -> PrivateEndpointServices
func GetPrivateEndpointServices(ctx *Context, name string, id IDInput, state *PrivateEndpointServicesState, opts ...ResourceOption) (*PrivateEndpointServices, error)
public static PrivateEndpointServices Get(string name, Input<string> id, PrivateEndpointServicesState? state, CustomResourceOptions? opts = null)
public static PrivateEndpointServices get(String name, Output<String> id, PrivateEndpointServicesState 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.
Supporting Types
PrivateEndpointServicesService, PrivateEndpointServicesServiceArgs
- Aws
Pulumiverse.
Cockroach. Inputs. Private Endpoint Services Service Aws - Cloud
Provider string - Cloud provider associated with this service.
- Region
Name string - Cloud provider region code associated with this service.
- Status string
- Operation status of the service.
- Aws
Private
Endpoint Services Service Aws - Cloud
Provider string - Cloud provider associated with this service.
- Region
Name string - Cloud provider region code associated with this service.
- Status string
- Operation status of the service.
- aws
Private
Endpoint Services Service Aws - cloud
Provider String - Cloud provider associated with this service.
- region
Name String - Cloud provider region code associated with this service.
- status String
- Operation status of the service.
- aws
Private
Endpoint Services Service Aws - cloud
Provider string - Cloud provider associated with this service.
- region
Name string - Cloud provider region code associated with this service.
- status string
- Operation status of the service.
- aws
Private
Endpoint Services Service Aws - cloud_
provider str - Cloud provider associated with this service.
- region_
name str - Cloud provider region code associated with this service.
- status str
- Operation status of the service.
- aws Property Map
- cloud
Provider String - Cloud provider associated with this service.
- region
Name String - Cloud provider region code associated with this service.
- status String
- Operation status of the service.
PrivateEndpointServicesServiceAws, PrivateEndpointServicesServiceAwsArgs
- Availability
Zone List<string>Ids - AZ IDs users should create their VPCs in to minimize their cost.
- Service
Id string - Server side ID of the PrivateLink connection.
- Service
Name string - AWS service name used to create endpoints.
- Availability
Zone []stringIds - AZ IDs users should create their VPCs in to minimize their cost.
- Service
Id string - Server side ID of the PrivateLink connection.
- Service
Name string - AWS service name used to create endpoints.
- availability
Zone List<String>Ids - AZ IDs users should create their VPCs in to minimize their cost.
- service
Id String - Server side ID of the PrivateLink connection.
- service
Name String - AWS service name used to create endpoints.
- availability
Zone string[]Ids - AZ IDs users should create their VPCs in to minimize their cost.
- service
Id string - Server side ID of the PrivateLink connection.
- service
Name string - AWS service name used to create endpoints.
- availability_
zone_ Sequence[str]ids - AZ IDs users should create their VPCs in to minimize their cost.
- service_
id str - Server side ID of the PrivateLink connection.
- service_
name str - AWS service name used to create endpoints.
- availability
Zone List<String>Ids - AZ IDs users should create their VPCs in to minimize their cost.
- service
Id String - Server side ID of the PrivateLink connection.
- service
Name String - AWS service name used to create endpoints.
Package Details
- Repository
- cockroach pulumiverse/pulumi-cockroach
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cockroach
Terraform Provider.