You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::CreateDomainNameRequestWhen passing CreateDomainNameRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
domain_name: "StringWithLengthBetween1And512", domain_name_configurations: [
{
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", },
],
mutual_tls_authentication: {
truststore_uri: "UriWithLengthBetween1And2048",
truststore_version: "StringWithLengthBetween1And64",
},
tags: {
"__string" => "StringWithLengthBetween1And1600",
},
}
Instance Attribute Summary collapse
A string with a length between [1-512].
.
The domain name configurations.
.
If specified, API Gateway performs two-way authentication between the client and the server.
Represents a collection of tags associated with the resource.
.
A string with a length between [1-512].
#mutual_tls_authentication ⇒ Types::MutualTlsAuthenticationInputIf specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.
#tags ⇒ Hash<String,String>Represents a collection of tags associated with the resource.
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