Class: Aws::ApiGatewayV2::Types::EndpointConfigurationRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#acm_managedTypes::ACMManaged

Represents a domain name and certificate for a portal.

Returns:



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

#noneTypes::None

Use the default portal domain name that is generated and managed by API Gateway.

Returns:

  • (Types::None)


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