Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data DataLocationResource Source #
A structure for a data location object where permissions are granted or revoked.
See: newDataLocationResource
smart constructor.
DataLocationResource' | |
|
Instances
newDataLocationResource Source #
Create a value of DataLocationResource
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:catalogId:DataLocationResource'
, dataLocationResource_catalogId
- The identifier for the Data Catalog where the location is registered
with AWS Lake Formation. By default, it is the account ID of the caller.
$sel:resourceArn:DataLocationResource'
, dataLocationResource_resourceArn
- The Amazon Resource Name (ARN) that uniquely identifies the data
location resource.
dataLocationResource_catalogId :: Lens' DataLocationResource (Maybe Text) Source #
The identifier for the Data Catalog where the location is registered with AWS Lake Formation. By default, it is the account ID of the caller.
dataLocationResource_resourceArn :: Lens' DataLocationResource Text Source #
The Amazon Resource Name (ARN) that uniquely identifies the data location resource.