1. Packages
  2. MongoDB Atlas
  3. API Docs
  4. getCustomDnsConfigurationClusterAws
MongoDB Atlas v3.14.2 published on Monday, Mar 18, 2024 by Pulumi

mongodbatlas.getCustomDnsConfigurationClusterAws

Explore with Pulumi AI

mongodbatlas logo
MongoDB Atlas v3.14.2 published on Monday, Mar 18, 2024 by Pulumi

    mongodbatlas.CustomDnsConfigurationClusterAws describes a Custom DNS Configuration for Atlas Clusters on AWS.

    NOTE: Groups and projects are synonymous terms. You may find group_id in the official documentation.

    Using getCustomDnsConfigurationClusterAws

    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 getCustomDnsConfigurationClusterAws(args: GetCustomDnsConfigurationClusterAwsArgs, opts?: InvokeOptions): Promise<GetCustomDnsConfigurationClusterAwsResult>
    function getCustomDnsConfigurationClusterAwsOutput(args: GetCustomDnsConfigurationClusterAwsOutputArgs, opts?: InvokeOptions): Output<GetCustomDnsConfigurationClusterAwsResult>
    def get_custom_dns_configuration_cluster_aws(project_id: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetCustomDnsConfigurationClusterAwsResult
    def get_custom_dns_configuration_cluster_aws_output(project_id: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetCustomDnsConfigurationClusterAwsResult]
    func LookupCustomDnsConfigurationClusterAws(ctx *Context, args *LookupCustomDnsConfigurationClusterAwsArgs, opts ...InvokeOption) (*LookupCustomDnsConfigurationClusterAwsResult, error)
    func LookupCustomDnsConfigurationClusterAwsOutput(ctx *Context, args *LookupCustomDnsConfigurationClusterAwsOutputArgs, opts ...InvokeOption) LookupCustomDnsConfigurationClusterAwsResultOutput

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

    public static class GetCustomDnsConfigurationClusterAws 
    {
        public static Task<GetCustomDnsConfigurationClusterAwsResult> InvokeAsync(GetCustomDnsConfigurationClusterAwsArgs args, InvokeOptions? opts = null)
        public static Output<GetCustomDnsConfigurationClusterAwsResult> Invoke(GetCustomDnsConfigurationClusterAwsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCustomDnsConfigurationClusterAwsResult> getCustomDnsConfigurationClusterAws(GetCustomDnsConfigurationClusterAwsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: mongodbatlas:index/getCustomDnsConfigurationClusterAws:getCustomDnsConfigurationClusterAws
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ProjectId string
    Unique identifier for the project.
    ProjectId string
    Unique identifier for the project.
    projectId String
    Unique identifier for the project.
    projectId string
    Unique identifier for the project.
    project_id str
    Unique identifier for the project.
    projectId String
    Unique identifier for the project.

    getCustomDnsConfigurationClusterAws Result

    The following output properties are available:

    Enabled bool
    Indicates whether the project's clusters deployed to AWS use custom DNS.
    Id string
    The provider-assigned unique ID for this managed resource.
    ProjectId string
    Enabled bool
    Indicates whether the project's clusters deployed to AWS use custom DNS.
    Id string
    The provider-assigned unique ID for this managed resource.
    ProjectId string
    enabled Boolean
    Indicates whether the project's clusters deployed to AWS use custom DNS.
    id String
    The provider-assigned unique ID for this managed resource.
    projectId String
    enabled boolean
    Indicates whether the project's clusters deployed to AWS use custom DNS.
    id string
    The provider-assigned unique ID for this managed resource.
    projectId string
    enabled bool
    Indicates whether the project's clusters deployed to AWS use custom DNS.
    id str
    The provider-assigned unique ID for this managed resource.
    project_id str
    enabled Boolean
    Indicates whether the project's clusters deployed to AWS use custom DNS.
    id String
    The provider-assigned unique ID for this managed resource.
    projectId String

    Package Details

    Repository
    MongoDB Atlas pulumi/pulumi-mongodbatlas
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the mongodbatlas Terraform Provider.
    mongodbatlas logo
    MongoDB Atlas v3.14.2 published on Monday, Mar 18, 2024 by Pulumi