libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.Types.VpcDestinationSummary

Description

 
Synopsis

Documentation

data VpcDestinationSummary Source #

The summary of a virtual private cloud (VPC) destination.

See: newVpcDestinationSummary smart constructor.

Constructors

VpcDestinationSummary' 

Fields

Instances

Instances details
Eq VpcDestinationSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.VpcDestinationSummary

Read VpcDestinationSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.VpcDestinationSummary

Show VpcDestinationSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.VpcDestinationSummary

Generic VpcDestinationSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.VpcDestinationSummary

Associated Types

type Rep VpcDestinationSummary :: Type -> Type #

NFData VpcDestinationSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.VpcDestinationSummary

Methods

rnf :: VpcDestinationSummary -> () #

Hashable VpcDestinationSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.VpcDestinationSummary

FromJSON VpcDestinationSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.VpcDestinationSummary

type Rep VpcDestinationSummary Source # 
Instance details

Defined in Amazonka.IoT.Types.VpcDestinationSummary

type Rep VpcDestinationSummary = D1 ('MetaData "VpcDestinationSummary" "Amazonka.IoT.Types.VpcDestinationSummary" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "VpcDestinationSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newVpcDestinationSummary :: VpcDestinationSummary Source #

Create a value of VpcDestinationSummary 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:securityGroups:VpcDestinationSummary', vpcDestinationSummary_securityGroups - The security groups of the VPC destination.

$sel:subnetIds:VpcDestinationSummary', vpcDestinationSummary_subnetIds - The subnet IDs of the VPC destination.

$sel:vpcId:VpcDestinationSummary', vpcDestinationSummary_vpcId - The ID of the VPC.

$sel:roleArn:VpcDestinationSummary', vpcDestinationSummary_roleArn - The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).

vpcDestinationSummary_securityGroups :: Lens' VpcDestinationSummary (Maybe [Text]) Source #

The security groups of the VPC destination.

vpcDestinationSummary_subnetIds :: Lens' VpcDestinationSummary (Maybe [Text]) Source #

The subnet IDs of the VPC destination.

vpcDestinationSummary_roleArn :: Lens' VpcDestinationSummary (Maybe Text) Source #

The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).