We recommend new projects start with resources from the AWS provider.
aws-native.apigatewayv2.getDomainName
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::ApiGatewayV2::DomainName
resource specifies a custom domain name for your API in Amazon API Gateway (API Gateway).
You can use a custom domain name to provide a URL that’s more intuitive and easier to recall. For more information about using custom domain names, see Set up Custom Domain Name for an API in API Gateway in the API Gateway Developer Guide.
Using getDomainName
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 getDomainName(args: GetDomainNameArgs, opts?: InvokeOptions): Promise<GetDomainNameResult>
function getDomainNameOutput(args: GetDomainNameOutputArgs, opts?: InvokeOptions): Output<GetDomainNameResult>
def get_domain_name(domain_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDomainNameResult
def get_domain_name_output(domain_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDomainNameResult]
func LookupDomainName(ctx *Context, args *LookupDomainNameArgs, opts ...InvokeOption) (*LookupDomainNameResult, error)
func LookupDomainNameOutput(ctx *Context, args *LookupDomainNameOutputArgs, opts ...InvokeOption) LookupDomainNameResultOutput
> Note: This function is named LookupDomainName
in the Go SDK.
public static class GetDomainName
{
public static Task<GetDomainNameResult> InvokeAsync(GetDomainNameArgs args, InvokeOptions? opts = null)
public static Output<GetDomainNameResult> Invoke(GetDomainNameInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDomainNameResult> getDomainName(GetDomainNameArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:apigatewayv2:getDomainName
arguments:
# arguments dictionary
The following arguments are supported:
- Domain
Name stringValue - The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported.
- Domain
Name string - The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported.
- domain
Name String - The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported.
- domain
Name string - The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported.
- domain_
name str - The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported.
- domain
Name String - The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported.
getDomainName Result
The following output properties are available:
- Domain
Name List<Pulumi.Configurations Aws Native. Api Gateway V2. Outputs. Domain Name Configuration> - The domain name configurations.
- Mutual
Tls Pulumi.Authentication Aws Native. Api Gateway V2. Outputs. Domain Name Mutual Tls Authentication - The mutual TLS authentication configuration for a custom domain name.
- Regional
Domain stringName - The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name.
- Regional
Hosted stringZone Id - The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
- Dictionary<string, string>
- The collection of tags associated with a domain name.
- Domain
Name []DomainConfigurations Name Configuration - The domain name configurations.
- Mutual
Tls DomainAuthentication Name Mutual Tls Authentication - The mutual TLS authentication configuration for a custom domain name.
- Regional
Domain stringName - The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name.
- Regional
Hosted stringZone Id - The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
- map[string]string
- The collection of tags associated with a domain name.
- domain
Name List<DomainConfigurations Name Configuration> - The domain name configurations.
- mutual
Tls DomainAuthentication Name Mutual Tls Authentication - The mutual TLS authentication configuration for a custom domain name.
- regional
Domain StringName - The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name.
- regional
Hosted StringZone Id - The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
- Map<String,String>
- The collection of tags associated with a domain name.
- domain
Name DomainConfigurations Name Configuration[] - The domain name configurations.
- mutual
Tls DomainAuthentication Name Mutual Tls Authentication - The mutual TLS authentication configuration for a custom domain name.
- regional
Domain stringName - The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name.
- regional
Hosted stringZone Id - The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
- {[key: string]: string}
- The collection of tags associated with a domain name.
- domain_
name_ Sequence[Domainconfigurations Name Configuration] - The domain name configurations.
- mutual_
tls_ Domainauthentication Name Mutual Tls Authentication - The mutual TLS authentication configuration for a custom domain name.
- regional_
domain_ strname - The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name.
- regional_
hosted_ strzone_ id - The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
- Mapping[str, str]
- The collection of tags associated with a domain name.
- domain
Name List<Property Map>Configurations - The domain name configurations.
- mutual
Tls Property MapAuthentication - The mutual TLS authentication configuration for a custom domain name.
- regional
Domain StringName - The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name.
- regional
Hosted StringZone Id - The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
- Map<String>
- The collection of tags associated with a domain name.
Supporting Types
DomainNameConfiguration
- Certificate
Arn string - An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
- Certificate
Name string - The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
- Endpoint
Type string - The endpoint type.
- Ownership
Verification stringCertificate Arn - The Amazon resource name (ARN) for the public certificate issued by ACMlong. This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
- Security
Policy string - The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are
TLS_1_0
andTLS_1_2
.
- Certificate
Arn string - An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
- Certificate
Name string - The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
- Endpoint
Type string - The endpoint type.
- Ownership
Verification stringCertificate Arn - The Amazon resource name (ARN) for the public certificate issued by ACMlong. This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
- Security
Policy string - The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are
TLS_1_0
andTLS_1_2
.
- certificate
Arn String - An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
- certificate
Name String - The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
- endpoint
Type String - The endpoint type.
- ownership
Verification StringCertificate Arn - The Amazon resource name (ARN) for the public certificate issued by ACMlong. This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
- security
Policy String - The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are
TLS_1_0
andTLS_1_2
.
- certificate
Arn string - An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
- certificate
Name string - The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
- endpoint
Type string - The endpoint type.
- ownership
Verification stringCertificate Arn - The Amazon resource name (ARN) for the public certificate issued by ACMlong. This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
- security
Policy string - The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are
TLS_1_0
andTLS_1_2
.
- certificate_
arn str - An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
- certificate_
name str - The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
- endpoint_
type str - The endpoint type.
- ownership_
verification_ strcertificate_ arn - The Amazon resource name (ARN) for the public certificate issued by ACMlong. This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
- security_
policy str - The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are
TLS_1_0
andTLS_1_2
.
- certificate
Arn String - An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
- certificate
Name String - The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
- endpoint
Type String - The endpoint type.
- ownership
Verification StringCertificate Arn - The Amazon resource name (ARN) for the public certificate issued by ACMlong. This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
- security
Policy String - The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are
TLS_1_0
andTLS_1_2
.
DomainNameMutualTlsAuthentication
- Truststore
Uri string - An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
s3://bucket-name/key-name
. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object. - Truststore
Version string - The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.
- Truststore
Uri string - An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
s3://bucket-name/key-name
. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object. - Truststore
Version string - The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.
- truststore
Uri String - An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
s3://bucket-name/key-name
. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object. - truststore
Version String - The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.
- truststore
Uri string - An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
s3://bucket-name/key-name
. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object. - truststore
Version string - The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.
- truststore_
uri str - An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
s3://bucket-name/key-name
. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object. - truststore_
version str - The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.
- truststore
Uri String - An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example,
s3://bucket-name/key-name
. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object. - truststore
Version String - The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.