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