aws::api-gateway-domain-name¶
Create a domain name.
Example¶
aws::api-gateway-domain-name example-domain-name
name: "vpn.ops-test.psdops.com"
domain-name-configurations
certificate: 'arn:aws:acm:us-east-2:572681481110:certificate/c7de099f-599d-4112-b813-e731fdef0760'
endpoint-type: REGIONAL
end
tags: {
"example-key-change": "example-value"
}
end
Attributes¶
| Attribute | Description |
|---|---|
| name | The name of the domain. (Required) |
| domain-name-configurations list subresource | The list of domain name configurations.
|
| mutual-tls-authentication subresource | The mutual TLS authentication configuration for the domain name.
|
| tags map | The collection of tags associated with a domain name. |
Outputs¶
| Attribute | Description |
|---|---|
| arn | The ARN of the domain name. |