libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsApiGatewayEndpointConfiguration

Description

 
Synopsis

Documentation

data AwsApiGatewayEndpointConfiguration Source #

Contains information about the endpoints for the API.

See: newAwsApiGatewayEndpointConfiguration smart constructor.

Constructors

AwsApiGatewayEndpointConfiguration' 

Fields

  • types :: Maybe [Text]

    A list of endpoint types for the REST API.

    For an edge-optimized API, the endpoint type is EDGE. For a Regional API, the endpoint type is REGIONAL. For a private API, the endpoint type is PRIVATE.

Instances

Instances details
Eq AwsApiGatewayEndpointConfiguration Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayEndpointConfiguration

Read AwsApiGatewayEndpointConfiguration Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayEndpointConfiguration

Show AwsApiGatewayEndpointConfiguration Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayEndpointConfiguration

Generic AwsApiGatewayEndpointConfiguration Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayEndpointConfiguration

Associated Types

type Rep AwsApiGatewayEndpointConfiguration :: Type -> Type #

NFData AwsApiGatewayEndpointConfiguration Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayEndpointConfiguration

Hashable AwsApiGatewayEndpointConfiguration Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayEndpointConfiguration

ToJSON AwsApiGatewayEndpointConfiguration Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayEndpointConfiguration

FromJSON AwsApiGatewayEndpointConfiguration Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayEndpointConfiguration

type Rep AwsApiGatewayEndpointConfiguration Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsApiGatewayEndpointConfiguration

type Rep AwsApiGatewayEndpointConfiguration = D1 ('MetaData "AwsApiGatewayEndpointConfiguration" "Amazonka.SecurityHub.Types.AwsApiGatewayEndpointConfiguration" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsApiGatewayEndpointConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "types") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newAwsApiGatewayEndpointConfiguration :: AwsApiGatewayEndpointConfiguration Source #

Create a value of AwsApiGatewayEndpointConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:types:AwsApiGatewayEndpointConfiguration', awsApiGatewayEndpointConfiguration_types - A list of endpoint types for the REST API.

For an edge-optimized API, the endpoint type is EDGE. For a Regional API, the endpoint type is REGIONAL. For a private API, the endpoint type is PRIVATE.

awsApiGatewayEndpointConfiguration_types :: Lens' AwsApiGatewayEndpointConfiguration (Maybe [Text]) Source #

A list of endpoint types for the REST API.

For an edge-optimized API, the endpoint type is EDGE. For a Regional API, the endpoint type is REGIONAL. For a private API, the endpoint type is PRIVATE.