1. Packages
  2. Clickhouse
  3. API Docs
  4. PrivateEndpoint
  5. getConfig
Clickhouse v1.0.1 published on Thursday, Sep 5, 2024 by pulumiverse

clickhouse.PrivateEndpoint.getConfig

Explore with Pulumi AI

Clickhouse v1.0.1 published on Thursday, Sep 5, 2024 by pulumiverse

Using getConfig

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getConfig(args: GetConfigArgs, opts?: InvokeOptions): Promise<GetConfigResult>
function getConfigOutput(args: GetConfigOutputArgs, opts?: InvokeOptions): Output<GetConfigResult>
Copy
def get_config(cloud_provider: Optional[str] = None,
               region: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetConfigResult
def get_config_output(cloud_provider: Optional[pulumi.Input[str]] = None,
               region: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetConfigResult]
Copy
func GetConfig(ctx *Context, args *GetConfigArgs, opts ...InvokeOption) (*GetConfigResult, error)
func GetConfigOutput(ctx *Context, args *GetConfigOutputArgs, opts ...InvokeOption) GetConfigResultOutput
Copy

> Note: This function is named GetConfig in the Go SDK.

public static class GetConfig 
{
    public static Task<GetConfigResult> InvokeAsync(GetConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetConfigResult> Invoke(GetConfigInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetConfigResult> getConfig(GetConfigArgs args, InvokeOptions options)
public static Output<GetConfigResult> getConfig(GetConfigArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: clickhouse:PrivateEndpoint/getConfig:getConfig
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CloudProvider This property is required. string
The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
Region This property is required. string
The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
CloudProvider This property is required. string
The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
Region This property is required. string
The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
cloudProvider This property is required. String
The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
region This property is required. String
The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
cloudProvider This property is required. string
The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
region This property is required. string
The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
cloud_provider This property is required. str
The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
region This property is required. str
The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
cloudProvider This property is required. String
The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
region This property is required. String
The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2

getConfig Result

The following output properties are available:

CloudProvider string
The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
EndpointServiceId string
The ID of the private endpoint that is used to securely connect to ClickHouse. This is a read-only attribute.
Id string
The provider-assigned unique ID for this managed resource.
Region string
The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
CloudProvider string
The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
EndpointServiceId string
The ID of the private endpoint that is used to securely connect to ClickHouse. This is a read-only attribute.
Id string
The provider-assigned unique ID for this managed resource.
Region string
The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
cloudProvider String
The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
endpointServiceId String
The ID of the private endpoint that is used to securely connect to ClickHouse. This is a read-only attribute.
id String
The provider-assigned unique ID for this managed resource.
region String
The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
cloudProvider string
The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
endpointServiceId string
The ID of the private endpoint that is used to securely connect to ClickHouse. This is a read-only attribute.
id string
The provider-assigned unique ID for this managed resource.
region string
The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
cloud_provider str
The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
endpoint_service_id str
The ID of the private endpoint that is used to securely connect to ClickHouse. This is a read-only attribute.
id str
The provider-assigned unique ID for this managed resource.
region str
The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
cloudProvider String
The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
endpointServiceId String
The ID of the private endpoint that is used to securely connect to ClickHouse. This is a read-only attribute.
id String
The provider-assigned unique ID for this managed resource.
region String
The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2

Package Details

Repository
clickhouse pulumiverse/pulumi-clickhouse
License
Apache-2.0
Notes
This Pulumi package is based on the clickhouse Terraform Provider.
Clickhouse v1.0.1 published on Thursday, Sep 5, 2024 by pulumiverse