Class: Aws::APIGateway::Types::CreateDomainNameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::CreateDomainNameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
When making an API call, you may pass CreateDomainNameRequest data as a hash:
{
domain_name: "String", # required
certificate_name: "String",
certificate_body: "String",
certificate_private_key: "String",
certificate_chain: "String",
certificate_arn: "String",
regional_certificate_name: "String",
regional_certificate_arn: "String",
endpoint_configuration: {
types: ["REGIONAL"], # accepts REGIONAL, EDGE
},
}
A request to create a new domain name.
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
-
#certificate_body ⇒ String
[Deprecated] The body of the server certificate that will be used by edge-optimized endpoint for this domain name provided by your certificate authority.
-
#certificate_chain ⇒ String
[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any blank lines, used by an edge-optimized endpoint for this domain name.
-
#certificate_name ⇒ String
The user-friendly name of the certificate that will be used by edge-optimized endpoint for this domain name.
-
#certificate_private_key ⇒ String
[Deprecated] Your edge-optimized endpoint’s domain name certificate’s private key.
-
#domain_name ⇒ String
(Required) The name of the DomainName resource.
-
#endpoint_configuration ⇒ Types::EndpointConfiguration
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
-
#regional_certificate_arn ⇒ String
The reference to an AWS-managed certificate that will be used by regional endpoint for this domain name.
-
#regional_certificate_name ⇒ String
The user-friendly name of the certificate that will be used by regional endpoint for this domain name.
Instance Attribute Details
#certificate_arn ⇒ String
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1000 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_name, :certificate_body, :certificate_private_key, :certificate_chain, :certificate_arn, :regional_certificate_name, :regional_certificate_arn, :endpoint_configuration) include Aws::Structure end |
#certificate_body ⇒ String
[Deprecated] The body of the server certificate that will be used by edge-optimized endpoint for this domain name provided by your certificate authority.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1000 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_name, :certificate_body, :certificate_private_key, :certificate_chain, :certificate_arn, :regional_certificate_name, :regional_certificate_arn, :endpoint_configuration) include Aws::Structure end |
#certificate_chain ⇒ String
[Deprecated] The intermediate certificates and optionally the root certificate, one after the other without any blank lines, used by an edge-optimized endpoint for this domain name. If you include the root certificate, your certificate chain must start with intermediate certificates and end with the root certificate. Use the intermediate certificates that were provided by your certificate authority. Do not include any intermediaries that are not in the chain of trust path.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1000 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_name, :certificate_body, :certificate_private_key, :certificate_chain, :certificate_arn, :regional_certificate_name, :regional_certificate_arn, :endpoint_configuration) include Aws::Structure end |
#certificate_name ⇒ String
The user-friendly name of the certificate that will be used by edge-optimized endpoint for this domain name.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1000 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_name, :certificate_body, :certificate_private_key, :certificate_chain, :certificate_arn, :regional_certificate_name, :regional_certificate_arn, :endpoint_configuration) include Aws::Structure end |
#certificate_private_key ⇒ String
[Deprecated] Your edge-optimized endpoint’s domain name certificate’s private key.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1000 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_name, :certificate_body, :certificate_private_key, :certificate_chain, :certificate_arn, :regional_certificate_name, :regional_certificate_arn, :endpoint_configuration) include Aws::Structure end |
#domain_name ⇒ String
(Required) The name of the DomainName resource.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1000 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_name, :certificate_body, :certificate_private_key, :certificate_chain, :certificate_arn, :regional_certificate_name, :regional_certificate_arn, :endpoint_configuration) include Aws::Structure end |
#endpoint_configuration ⇒ Types::EndpointConfiguration
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1000 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_name, :certificate_body, :certificate_private_key, :certificate_chain, :certificate_arn, :regional_certificate_name, :regional_certificate_arn, :endpoint_configuration) include Aws::Structure end |
#regional_certificate_arn ⇒ String
The reference to an AWS-managed certificate that will be used by regional endpoint for this domain name. AWS Certificate Manager is the only supported source.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1000 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_name, :certificate_body, :certificate_private_key, :certificate_chain, :certificate_arn, :regional_certificate_name, :regional_certificate_arn, :endpoint_configuration) include Aws::Structure end |
#regional_certificate_name ⇒ String
The user-friendly name of the certificate that will be used by regional endpoint for this domain name.
1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1000 class CreateDomainNameRequest < Struct.new( :domain_name, :certificate_name, :certificate_body, :certificate_private_key, :certificate_chain, :certificate_arn, :regional_certificate_name, :regional_certificate_arn, :endpoint_configuration) include Aws::Structure end |