Class: Aws::ApiGatewayV2::Types::EndpointConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::EndpointConfigurationRequest
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents an endpoint configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acm_managed ⇒ Types::ACMManaged
Represents a domain name and certificate for a portal.
-
#none ⇒ Types::None
Use the default portal domain name that is generated and managed by API Gateway.
Instance Attribute Details
#acm_managed ⇒ Types::ACMManaged
Represents a domain name and certificate for a portal.
4100 4101 4102 4103 4104 4105 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4100 class EndpointConfigurationRequest < Struct.new( :acm_managed, :none) SENSITIVE = [] include Aws::Structure end |
#none ⇒ Types::None
Use the default portal domain name that is generated and managed by API Gateway.
4100 4101 4102 4103 4104 4105 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4100 class EndpointConfigurationRequest < Struct.new( :acm_managed, :none) SENSITIVE = [] include Aws::Structure end |