| 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.LastActiveDefinition
Description
Synopsis
- data LastActiveDefinition = LastActiveDefinition' {}
- newLastActiveDefinition :: LastActiveDefinition
- lastActiveDefinition_blueprintLocation :: Lens' LastActiveDefinition (Maybe Text)
- lastActiveDefinition_blueprintServiceLocation :: Lens' LastActiveDefinition (Maybe Text)
- lastActiveDefinition_description :: Lens' LastActiveDefinition (Maybe Text)
- lastActiveDefinition_lastModifiedOn :: Lens' LastActiveDefinition (Maybe UTCTime)
- lastActiveDefinition_parameterSpec :: Lens' LastActiveDefinition (Maybe Text)
Documentation
data LastActiveDefinition Source #
When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.
See: newLastActiveDefinition smart constructor.
Constructors
| LastActiveDefinition' | |
Fields
| |
Instances
newLastActiveDefinition :: LastActiveDefinition Source #
Create a value of LastActiveDefinition 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:blueprintLocation:LastActiveDefinition', lastActiveDefinition_blueprintLocation - Specifies a path in Amazon S3 where the blueprint is published by the
Glue developer.
$sel:blueprintServiceLocation:LastActiveDefinition', lastActiveDefinition_blueprintServiceLocation - Specifies a path in Amazon S3 where the blueprint is copied when you
create or update the blueprint.
$sel:description:LastActiveDefinition', lastActiveDefinition_description - The description of the blueprint.
$sel:lastModifiedOn:LastActiveDefinition', lastActiveDefinition_lastModifiedOn - The date and time the blueprint was last modified.
$sel:parameterSpec:LastActiveDefinition', lastActiveDefinition_parameterSpec - A JSON string specifying the parameters for the blueprint.
lastActiveDefinition_blueprintLocation :: Lens' LastActiveDefinition (Maybe Text) Source #
Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
lastActiveDefinition_blueprintServiceLocation :: Lens' LastActiveDefinition (Maybe Text) Source #
Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
lastActiveDefinition_description :: Lens' LastActiveDefinition (Maybe Text) Source #
The description of the blueprint.
lastActiveDefinition_lastModifiedOn :: Lens' LastActiveDefinition (Maybe UTCTime) Source #
The date and time the blueprint was last modified.
lastActiveDefinition_parameterSpec :: Lens' LastActiveDefinition (Maybe Text) Source #
A JSON string specifying the parameters for the blueprint.