amazonka-dataexchange-2.0: Amazon Data Exchange 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.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyResponseDetails

Description

 
Synopsis

Documentation

data ImportAssetsFromLakeFormationTagPolicyResponseDetails Source #

Details from an import AWS Lake Formation tag policy job response.

See: newImportAssetsFromLakeFormationTagPolicyResponseDetails smart constructor.

Constructors

ImportAssetsFromLakeFormationTagPolicyResponseDetails' 

Fields

Instances

Instances details
FromJSON ImportAssetsFromLakeFormationTagPolicyResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyResponseDetails

Generic ImportAssetsFromLakeFormationTagPolicyResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyResponseDetails

Read ImportAssetsFromLakeFormationTagPolicyResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyResponseDetails

Show ImportAssetsFromLakeFormationTagPolicyResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyResponseDetails

NFData ImportAssetsFromLakeFormationTagPolicyResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyResponseDetails

Eq ImportAssetsFromLakeFormationTagPolicyResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyResponseDetails

Hashable ImportAssetsFromLakeFormationTagPolicyResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyResponseDetails

type Rep ImportAssetsFromLakeFormationTagPolicyResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyResponseDetails

type Rep ImportAssetsFromLakeFormationTagPolicyResponseDetails = D1 ('MetaData "ImportAssetsFromLakeFormationTagPolicyResponseDetails" "Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyResponseDetails" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "ImportAssetsFromLakeFormationTagPolicyResponseDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatabaseLFTagPolicyAndPermissions)) :*: (S1 ('MetaSel ('Just "table") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableLFTagPolicyAndPermissions)) :*: S1 ('MetaSel ('Just "catalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newImportAssetsFromLakeFormationTagPolicyResponseDetails Source #

Create a value of ImportAssetsFromLakeFormationTagPolicyResponseDetails 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:database:ImportAssetsFromLakeFormationTagPolicyResponseDetails', importAssetsFromLakeFormationTagPolicyResponseDetails_database - A structure for the database object.

$sel:table:ImportAssetsFromLakeFormationTagPolicyResponseDetails', importAssetsFromLakeFormationTagPolicyResponseDetails_table - A structure for the table object.

$sel:catalogId:ImportAssetsFromLakeFormationTagPolicyResponseDetails', importAssetsFromLakeFormationTagPolicyResponseDetails_catalogId - The identifier for the AWS Glue Data Catalog.

$sel:roleArn:ImportAssetsFromLakeFormationTagPolicyResponseDetails', importAssetsFromLakeFormationTagPolicyResponseDetails_roleArn - The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions to AWS Lake Formation data permissions.

$sel:dataSetId:ImportAssetsFromLakeFormationTagPolicyResponseDetails', importAssetsFromLakeFormationTagPolicyResponseDetails_dataSetId - The unique identifier for the data set associated with this import job.

$sel:revisionId:ImportAssetsFromLakeFormationTagPolicyResponseDetails', importAssetsFromLakeFormationTagPolicyResponseDetails_revisionId - The unique identifier for the revision associated with this import job.

importAssetsFromLakeFormationTagPolicyResponseDetails_roleArn :: Lens' ImportAssetsFromLakeFormationTagPolicyResponseDetails Text Source #

The IAM role's ARN that allows AWS Data Exchange to assume the role and grant and revoke permissions to AWS Lake Formation data permissions.