MongoDB Atlas v3.7.2, Mar 31 23
MongoDB Atlas v3.7.2, Mar 31 23
mongodbatlas.getCustomDnsConfigurationClusterAws
Explore with Pulumi AI
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:
- Project
Id string Unique identifier for the project.
- Project
Id string Unique identifier for the project.
- project
Id String Unique identifier for the project.
- project
Id string Unique identifier for the project.
- project_
id str Unique identifier for the project.
- project
Id 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 str
The provider-assigned unique ID for this managed resource.
- project_
id str
Package Details
- Repository
- MongoDB Atlas pulumi/pulumi-mongodbatlas
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
mongodbatlas
Terraform Provider.