amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.Types.VpcConnectionProperties

Description

 
Synopsis

Documentation

data VpcConnectionProperties Source #

VPC connection properties.

See: newVpcConnectionProperties smart constructor.

Constructors

VpcConnectionProperties' 

Fields

Instances

Instances details
FromJSON VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

ToJSON VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Generic VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Associated Types

type Rep VpcConnectionProperties :: Type -> Type #

Read VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Show VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

NFData VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Methods

rnf :: VpcConnectionProperties -> () #

Eq VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

Hashable VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

type Rep VpcConnectionProperties Source # 
Instance details

Defined in Amazonka.QuickSight.Types.VpcConnectionProperties

type Rep VpcConnectionProperties = D1 ('MetaData "VpcConnectionProperties" "Amazonka.QuickSight.Types.VpcConnectionProperties" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "VpcConnectionProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpcConnectionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newVpcConnectionProperties Source #

Create a value of VpcConnectionProperties 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:vpcConnectionArn:VpcConnectionProperties', vpcConnectionProperties_vpcConnectionArn - The Amazon Resource Name (ARN) for the VPC connection.

vpcConnectionProperties_vpcConnectionArn :: Lens' VpcConnectionProperties Text Source #

The Amazon Resource Name (ARN) for the VPC connection.