Clickhouse v1.0.1 published on Thursday, Sep 5, 2024 by pulumiverse
clickhouse.PrivateEndpoint.getConfig
Explore with Pulumi AI
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>
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]
func GetConfig(ctx *Context, args *GetConfigArgs, opts ...InvokeOption) (*GetConfigResult, error)
func GetConfigOutput(ctx *Context, args *GetConfigOutputArgs, opts ...InvokeOption) GetConfigResultOutput
> 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)
}
public static CompletableFuture<GetConfigResult> getConfig(GetConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: clickhouse:PrivateEndpoint/getConfig:getConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Cloud
Provider string - The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
- Region string
- The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
- Cloud
Provider string - The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
- Region string
- The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
- cloud
Provider String - The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
- region String
- The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
- cloud
Provider string - The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
- 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'.
- region str
- The region for the private endpoint. Valid values are specific to the cloud provider i.e. us-east-2
- cloud
Provider String - The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
- region 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:
- Cloud
Provider string - The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
- Endpoint
Service stringId - 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 string - The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
- Endpoint
Service stringId - 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 String - The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
- endpoint
Service StringId - 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 string - The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
- endpoint
Service stringId - 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_ strid - 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
- cloud
Provider String - The cloud provider for the private endpoint. Valid values are 'aws', 'gcp', or 'azure'.
- endpoint
Service StringId - 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.