| 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.Glue.Types.GluePolicy
Description
Synopsis
- data GluePolicy = GluePolicy' {
- createTime :: Maybe POSIX
- policyHash :: Maybe Text
- policyInJson :: Maybe Text
- updateTime :: Maybe POSIX
- newGluePolicy :: GluePolicy
- gluePolicy_createTime :: Lens' GluePolicy (Maybe UTCTime)
- gluePolicy_policyHash :: Lens' GluePolicy (Maybe Text)
- gluePolicy_policyInJson :: Lens' GluePolicy (Maybe Text)
- gluePolicy_updateTime :: Lens' GluePolicy (Maybe UTCTime)
Documentation
data GluePolicy Source #
A structure for returning a resource policy.
See: newGluePolicy smart constructor.
Constructors
| GluePolicy' | |
Fields
| |
Instances
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.