amazonka-databrew-2.0: Amazon Glue DataBrew SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DataBrew.Types.Metadata

Description

 
Synopsis

Documentation

data Metadata Source #

Contains additional resource information needed for specific datasets.

See: newMetadata smart constructor.

Constructors

Metadata' 

Fields

  • sourceArn :: Maybe Text

    The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from Amazon AppFlow.

Instances

Instances details
FromJSON Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

ToJSON Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

Generic Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

Associated Types

type Rep Metadata :: Type -> Type #

Methods

from :: Metadata -> Rep Metadata x #

to :: Rep Metadata x -> Metadata #

Read Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

Show Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

NFData Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

Methods

rnf :: Metadata -> () #

Eq Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

Hashable Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

Methods

hashWithSalt :: Int -> Metadata -> Int #

hash :: Metadata -> Int #

type Rep Metadata Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Metadata

type Rep Metadata = D1 ('MetaData "Metadata" "Amazonka.DataBrew.Types.Metadata" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "Metadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMetadata :: Metadata Source #

Create a value of Metadata 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:sourceArn:Metadata', metadata_sourceArn - The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from Amazon AppFlow.

metadata_sourceArn :: Lens' Metadata (Maybe Text) Source #

The Amazon Resource Name (ARN) associated with the dataset. Currently, DataBrew only supports ARNs from Amazon AppFlow.