libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LakeFormation.Types.ResourceInfo

Description

 
Synopsis

Documentation

data ResourceInfo Source #

A structure containing information about an AWS Lake Formation resource.

See: newResourceInfo smart constructor.

Constructors

ResourceInfo' 

Fields

Instances

Instances details
Eq ResourceInfo Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ResourceInfo

Read ResourceInfo Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ResourceInfo

Show ResourceInfo Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ResourceInfo

Generic ResourceInfo Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ResourceInfo

Associated Types

type Rep ResourceInfo :: Type -> Type #

NFData ResourceInfo Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ResourceInfo

Methods

rnf :: ResourceInfo -> () #

Hashable ResourceInfo Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ResourceInfo

FromJSON ResourceInfo Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ResourceInfo

type Rep ResourceInfo Source # 
Instance details

Defined in Amazonka.LakeFormation.Types.ResourceInfo

type Rep ResourceInfo = D1 ('MetaData "ResourceInfo" "Amazonka.LakeFormation.Types.ResourceInfo" "libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation" 'False) (C1 ('MetaCons "ResourceInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.