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.ImportAssetsFromLakeFormationTagPolicyRequestDetails

Description

 
Synopsis

Documentation

data ImportAssetsFromLakeFormationTagPolicyRequestDetails Source #

Details about the assets imported from an AWS Lake Formation tag policy request.

See: newImportAssetsFromLakeFormationTagPolicyRequestDetails smart constructor.

Constructors

ImportAssetsFromLakeFormationTagPolicyRequestDetails' 

Fields

Instances

Instances details
ToJSON ImportAssetsFromLakeFormationTagPolicyRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyRequestDetails

Generic ImportAssetsFromLakeFormationTagPolicyRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyRequestDetails

Read ImportAssetsFromLakeFormationTagPolicyRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyRequestDetails

Show ImportAssetsFromLakeFormationTagPolicyRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyRequestDetails

NFData ImportAssetsFromLakeFormationTagPolicyRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyRequestDetails

Eq ImportAssetsFromLakeFormationTagPolicyRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyRequestDetails

Hashable ImportAssetsFromLakeFormationTagPolicyRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyRequestDetails

type Rep ImportAssetsFromLakeFormationTagPolicyRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyRequestDetails

type Rep ImportAssetsFromLakeFormationTagPolicyRequestDetails = D1 ('MetaData "ImportAssetsFromLakeFormationTagPolicyRequestDetails" "Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyRequestDetails" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "ImportAssetsFromLakeFormationTagPolicyRequestDetails'" '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)))))

newImportAssetsFromLakeFormationTagPolicyRequestDetails Source #

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

$sel:table:ImportAssetsFromLakeFormationTagPolicyRequestDetails', importAssetsFromLakeFormationTagPolicyRequestDetails_table - A structure for the table object.

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

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

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

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

importAssetsFromLakeFormationTagPolicyRequestDetails_roleArn :: Lens' ImportAssetsFromLakeFormationTagPolicyRequestDetails Text Source #

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