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 |
Synopsis
- data ResourceInfo = ResourceInfo' {
- resourceArn :: Maybe Text
- lastModified :: Maybe POSIX
- roleArn :: Maybe Text
- newResourceInfo :: ResourceInfo
- resourceInfo_resourceArn :: Lens' ResourceInfo (Maybe Text)
- resourceInfo_lastModified :: Lens' ResourceInfo (Maybe UTCTime)
- resourceInfo_roleArn :: Lens' ResourceInfo (Maybe Text)
Documentation
data ResourceInfo Source #
A structure containing information about an AWS Lake Formation resource.
See: newResourceInfo
smart constructor.
ResourceInfo' | |
|
Instances
newResourceInfo :: ResourceInfo Source #
Create a value of ResourceInfo
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:resourceArn:ResourceInfo'
, resourceInfo_resourceArn
- The Amazon Resource Name (ARN) of the resource.
$sel:lastModified:ResourceInfo'
, resourceInfo_lastModified
- The date and time the resource was last modified.
$sel:roleArn:ResourceInfo'
, resourceInfo_roleArn
- The IAM role that registered a resource.
resourceInfo_resourceArn :: Lens' ResourceInfo (Maybe Text) Source #
The Amazon Resource Name (ARN) of the resource.
resourceInfo_lastModified :: Lens' ResourceInfo (Maybe UTCTime) Source #
The date and time the resource was last modified.
resourceInfo_roleArn :: Lens' ResourceInfo (Maybe Text) Source #
The IAM role that registered a resource.