| 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.ImportAssetsFromLakeFormationTagPolicyResponseDetails
Description
Synopsis
- data ImportAssetsFromLakeFormationTagPolicyResponseDetails = ImportAssetsFromLakeFormationTagPolicyResponseDetails' {}
- newImportAssetsFromLakeFormationTagPolicyResponseDetails :: Text -> Text -> Text -> Text -> ImportAssetsFromLakeFormationTagPolicyResponseDetails
- importAssetsFromLakeFormationTagPolicyResponseDetails_database :: Lens' ImportAssetsFromLakeFormationTagPolicyResponseDetails (Maybe DatabaseLFTagPolicyAndPermissions)
- importAssetsFromLakeFormationTagPolicyResponseDetails_table :: Lens' ImportAssetsFromLakeFormationTagPolicyResponseDetails (Maybe TableLFTagPolicyAndPermissions)
- importAssetsFromLakeFormationTagPolicyResponseDetails_catalogId :: Lens' ImportAssetsFromLakeFormationTagPolicyResponseDetails Text
- importAssetsFromLakeFormationTagPolicyResponseDetails_roleArn :: Lens' ImportAssetsFromLakeFormationTagPolicyResponseDetails Text
- importAssetsFromLakeFormationTagPolicyResponseDetails_dataSetId :: Lens' ImportAssetsFromLakeFormationTagPolicyResponseDetails Text
- importAssetsFromLakeFormationTagPolicyResponseDetails_revisionId :: Lens' ImportAssetsFromLakeFormationTagPolicyResponseDetails Text
Documentation
data ImportAssetsFromLakeFormationTagPolicyResponseDetails Source #
Details from an import AWS Lake Formation tag policy job response.
See: newImportAssetsFromLakeFormationTagPolicyResponseDetails smart constructor.
Constructors
| ImportAssetsFromLakeFormationTagPolicyResponseDetails' | |
Fields
| |
Instances
newImportAssetsFromLakeFormationTagPolicyResponseDetails Source #
Arguments
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_database :: Lens' ImportAssetsFromLakeFormationTagPolicyResponseDetails (Maybe DatabaseLFTagPolicyAndPermissions) Source #
A structure for the database object.
importAssetsFromLakeFormationTagPolicyResponseDetails_table :: Lens' ImportAssetsFromLakeFormationTagPolicyResponseDetails (Maybe TableLFTagPolicyAndPermissions) Source #
A structure for the table object.
importAssetsFromLakeFormationTagPolicyResponseDetails_catalogId :: Lens' ImportAssetsFromLakeFormationTagPolicyResponseDetails Text Source #
The identifier for the AWS Glue Data Catalog.
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.
importAssetsFromLakeFormationTagPolicyResponseDetails_dataSetId :: Lens' ImportAssetsFromLakeFormationTagPolicyResponseDetails Text Source #
The unique identifier for the data set associated with this import job.
importAssetsFromLakeFormationTagPolicyResponseDetails_revisionId :: Lens' ImportAssetsFromLakeFormationTagPolicyResponseDetails Text Source #
The unique identifier for the revision associated with this import job.