| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DataExchange.Types.ImportAssetsFromLakeFormationTagPolicyRequestDetails
Description
Synopsis
- data ImportAssetsFromLakeFormationTagPolicyRequestDetails = ImportAssetsFromLakeFormationTagPolicyRequestDetails' {}
- newImportAssetsFromLakeFormationTagPolicyRequestDetails :: Text -> Text -> Text -> Text -> ImportAssetsFromLakeFormationTagPolicyRequestDetails
- importAssetsFromLakeFormationTagPolicyRequestDetails_database :: Lens' ImportAssetsFromLakeFormationTagPolicyRequestDetails (Maybe DatabaseLFTagPolicyAndPermissions)
- importAssetsFromLakeFormationTagPolicyRequestDetails_table :: Lens' ImportAssetsFromLakeFormationTagPolicyRequestDetails (Maybe TableLFTagPolicyAndPermissions)
- importAssetsFromLakeFormationTagPolicyRequestDetails_catalogId :: Lens' ImportAssetsFromLakeFormationTagPolicyRequestDetails Text
- importAssetsFromLakeFormationTagPolicyRequestDetails_roleArn :: Lens' ImportAssetsFromLakeFormationTagPolicyRequestDetails Text
- importAssetsFromLakeFormationTagPolicyRequestDetails_dataSetId :: Lens' ImportAssetsFromLakeFormationTagPolicyRequestDetails Text
- importAssetsFromLakeFormationTagPolicyRequestDetails_revisionId :: Lens' ImportAssetsFromLakeFormationTagPolicyRequestDetails Text
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
newImportAssetsFromLakeFormationTagPolicyRequestDetails Source #
Arguments
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_database :: Lens' ImportAssetsFromLakeFormationTagPolicyRequestDetails (Maybe DatabaseLFTagPolicyAndPermissions) Source #
A structure for the database object.
importAssetsFromLakeFormationTagPolicyRequestDetails_table :: Lens' ImportAssetsFromLakeFormationTagPolicyRequestDetails (Maybe TableLFTagPolicyAndPermissions) Source #
A structure for the table object.
importAssetsFromLakeFormationTagPolicyRequestDetails_catalogId :: Lens' ImportAssetsFromLakeFormationTagPolicyRequestDetails Text Source #
The identifier for the AWS Glue Data Catalog.
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.
importAssetsFromLakeFormationTagPolicyRequestDetails_dataSetId :: Lens' ImportAssetsFromLakeFormationTagPolicyRequestDetails Text Source #
The unique identifier for the data set associated with this import job.
importAssetsFromLakeFormationTagPolicyRequestDetails_revisionId :: Lens' ImportAssetsFromLakeFormationTagPolicyRequestDetails Text Source #
The unique identifier for the revision associated with this import job.