libZSservicesZSamazonka-redshiftZSamazonka-redshift
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.Redshift.Types.AccountWithRestoreAccess

Description

 
Synopsis

Documentation

data AccountWithRestoreAccess Source #

Describes an Amazon Web Services account authorized to restore a snapshot.

See: newAccountWithRestoreAccess smart constructor.

Constructors

AccountWithRestoreAccess' 

Fields

  • accountAlias :: Maybe Text

    The identifier of an Amazon Web Services support account authorized to restore a snapshot. For Amazon Web Services Support, the identifier is amazon-redshift-support.

  • accountId :: Maybe Text

    The identifier of an Amazon Web Services account authorized to restore a snapshot.

Instances

Instances details
Eq AccountWithRestoreAccess Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountWithRestoreAccess

Read AccountWithRestoreAccess Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountWithRestoreAccess

Show AccountWithRestoreAccess Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountWithRestoreAccess

Generic AccountWithRestoreAccess Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountWithRestoreAccess

Associated Types

type Rep AccountWithRestoreAccess :: Type -> Type #

NFData AccountWithRestoreAccess Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountWithRestoreAccess

Hashable AccountWithRestoreAccess Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountWithRestoreAccess

FromXML AccountWithRestoreAccess Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountWithRestoreAccess

type Rep AccountWithRestoreAccess Source # 
Instance details

Defined in Amazonka.Redshift.Types.AccountWithRestoreAccess

type Rep AccountWithRestoreAccess = D1 ('MetaData "AccountWithRestoreAccess" "Amazonka.Redshift.Types.AccountWithRestoreAccess" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "AccountWithRestoreAccess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAccountWithRestoreAccess :: AccountWithRestoreAccess Source #

Create a value of AccountWithRestoreAccess 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:accountAlias:AccountWithRestoreAccess', accountWithRestoreAccess_accountAlias - The identifier of an Amazon Web Services support account authorized to restore a snapshot. For Amazon Web Services Support, the identifier is amazon-redshift-support.

$sel:accountId:AccountWithRestoreAccess', accountWithRestoreAccess_accountId - The identifier of an Amazon Web Services account authorized to restore a snapshot.

accountWithRestoreAccess_accountAlias :: Lens' AccountWithRestoreAccess (Maybe Text) Source #

The identifier of an Amazon Web Services support account authorized to restore a snapshot. For Amazon Web Services Support, the identifier is amazon-redshift-support.

accountWithRestoreAccess_accountId :: Lens' AccountWithRestoreAccess (Maybe Text) Source #

The identifier of an Amazon Web Services account authorized to restore a snapshot.