domain_name
Gets an individual domain_name
resource
Overview
Name | domain_name |
Type | Resource |
Description | domain_name |
Id | awscc.apigatewayv2.domain_name |
Fields
Name | Datatype | Description |
---|---|---|
mutual_tls_authentication | object | The mutual TLS authentication configuration for a custom domain name. |
regional_hosted_zone_id | string | |
regional_domain_name | string | |
domain_name | string | The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported. |
domain_name_configurations | array | The domain name configurations. |
tags | object | The collection of tags associated with a domain name. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
mutual_tls_authentication,
regional_hosted_zone_id,
regional_domain_name,
domain_name,
domain_name_configurations,
tags
FROM awscc.apigatewayv2.domain_name
WHERE data__Identifier = '<DomainName>';
Permissions
To operate on the domain_name
resource, the following permissions are required:
Update
apigateway:PATCH,
apigateway:GET,
apigateway:PUT
Read
apigateway:GET
Delete
apigateway:GET,
apigateway:DELETE