DomainNameAttributes¶
-
class
aws_cdk.aws_apigateway.
DomainNameAttributes
(*, domain_name, domain_name_alias_hosted_zone_id, domain_name_alias_target)¶ Bases:
object
- Parameters
domain_name (
str
) – The domain name (e.g.example.com
).domain_name_alias_hosted_zone_id (
str
) – Thje Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.domain_name_alias_target (
str
) – The Route53 alias target to use in order to connect a record set to this domain through an alias.
Attributes
-
domain_name
¶ The domain name (e.g.
example.com
).- Return type
str
-
domain_name_alias_hosted_zone_id
¶ Thje Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.
- Return type
str
-
domain_name_alias_target
¶ The Route53 alias target to use in order to connect a record set to this domain through an alias.
- Return type
str