amazonka-glue-2.0: Amazon Glue 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.Glue.Types.GluePolicy

Description

 
Synopsis

Documentation

data GluePolicy Source #

A structure for returning a resource policy.

See: newGluePolicy smart constructor.

Constructors

GluePolicy' 

Fields

Instances

Instances details
FromJSON GluePolicy Source # 
Instance details

Defined in Amazonka.Glue.Types.GluePolicy

Generic GluePolicy Source # 
Instance details

Defined in Amazonka.Glue.Types.GluePolicy

Associated Types

type Rep GluePolicy :: Type -> Type #

Read GluePolicy Source # 
Instance details

Defined in Amazonka.Glue.Types.GluePolicy

Show GluePolicy Source # 
Instance details

Defined in Amazonka.Glue.Types.GluePolicy

NFData GluePolicy Source # 
Instance details

Defined in Amazonka.Glue.Types.GluePolicy

Methods

rnf :: GluePolicy -> () #

Eq GluePolicy Source # 
Instance details

Defined in Amazonka.Glue.Types.GluePolicy

Hashable GluePolicy Source # 
Instance details

Defined in Amazonka.Glue.Types.GluePolicy

type Rep GluePolicy Source # 
Instance details

Defined in Amazonka.Glue.Types.GluePolicy

type Rep GluePolicy = D1 ('MetaData "GluePolicy" "Amazonka.Glue.Types.GluePolicy" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "GluePolicy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "policyHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "policyInJson") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newGluePolicy :: GluePolicy Source #

Create a value of GluePolicy 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:createTime:GluePolicy', gluePolicy_createTime - The date and time at which the policy was created.

$sel:policyHash:GluePolicy', gluePolicy_policyHash - Contains the hash value associated with this policy.

$sel:policyInJson:GluePolicy', gluePolicy_policyInJson - Contains the requested policy document, in JSON format.

$sel:updateTime:GluePolicy', gluePolicy_updateTime - The date and time at which the policy was last updated.

gluePolicy_createTime :: Lens' GluePolicy (Maybe UTCTime) Source #

The date and time at which the policy was created.

gluePolicy_policyHash :: Lens' GluePolicy (Maybe Text) Source #

Contains the hash value associated with this policy.

gluePolicy_policyInJson :: Lens' GluePolicy (Maybe Text) Source #

Contains the requested policy document, in JSON format.

gluePolicy_updateTime :: Lens' GluePolicy (Maybe UTCTime) Source #

The date and time at which the policy was last updated.