libZSservicesZSamazonka-glueZSamazonka-glue
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.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
Eq GluePolicy Source # 
Instance details

Defined in Amazonka.Glue.Types.GluePolicy

Read GluePolicy Source # 
Instance details

Defined in Amazonka.Glue.Types.GluePolicy

Show 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 #

NFData GluePolicy Source # 
Instance details

Defined in Amazonka.Glue.Types.GluePolicy

Methods

rnf :: GluePolicy -> () #

Hashable GluePolicy Source # 
Instance details

Defined in Amazonka.Glue.Types.GluePolicy

FromJSON 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" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GluePolicy'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "policyInJson") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "updateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "policyHash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createTime") '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: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.

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

$sel:createTime:GluePolicy', gluePolicy_createTime - The date and time at which the policy was created.

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.

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

Contains the hash value associated with this policy.

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

The date and time at which the policy was created.