amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.DeviceOptions

Description

 
Synopsis

Documentation

data DeviceOptions Source #

Options for an Amazon Web Services Verified Access device-identity based trust provider.

See: newDeviceOptions smart constructor.

Constructors

DeviceOptions' 

Fields

  • tenantId :: Maybe Text

    The ID of the tenant application with the device-identity provider.

Instances

Instances details
FromXML DeviceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DeviceOptions

Generic DeviceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DeviceOptions

Associated Types

type Rep DeviceOptions :: Type -> Type #

Read DeviceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DeviceOptions

Show DeviceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DeviceOptions

NFData DeviceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DeviceOptions

Methods

rnf :: DeviceOptions -> () #

Eq DeviceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DeviceOptions

Hashable DeviceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DeviceOptions

type Rep DeviceOptions Source # 
Instance details

Defined in Amazonka.EC2.Types.DeviceOptions

type Rep DeviceOptions = D1 ('MetaData "DeviceOptions" "Amazonka.EC2.Types.DeviceOptions" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "DeviceOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tenantId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDeviceOptions :: DeviceOptions Source #

Create a value of DeviceOptions 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:tenantId:DeviceOptions', deviceOptions_tenantId - The ID of the tenant application with the device-identity provider.

deviceOptions_tenantId :: Lens' DeviceOptions (Maybe Text) Source #

The ID of the tenant application with the device-identity provider.