You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::DomainNameConfigurationWhen passing DomainNameConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
api_gateway_domain_name: "__string",
certificate_arn: "Arn",
certificate_name: "StringWithLengthBetween1And128",
certificate_upload_date: Time.now,
domain_name_status: "AVAILABLE", domain_name_status_message: "__string",
endpoint_type: "REGIONAL", hosted_zone_id: "__string",
security_policy: "TLS_1_0", }
The domain name configuration.
Instance Attribute Summary collapseA domain name for the API.
An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name.
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
The status of the domain name migration.
An optional text message containing detailed information about status of the domain name migration.
The endpoint type.
The Amazon Route 53 Hosted Zone ID of the endpoint.
The Transport Layer Security (TLS) version of the security policy for this domain name.
A domain name for the API.
#certificate_arn ⇒ StringAn 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 ⇒ StringThe user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
#certificate_upload_date ⇒ TimeThe timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
#domain_name_status ⇒ StringThe status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.
Possible values:
An optional text message containing detailed information about status of the domain name migration.
#endpoint_type ⇒ StringThe endpoint type.
Possible values:
The Amazon Route 53 Hosted Zone ID of the endpoint.
#security_policy ⇒ StringThe Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4