Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ResourceTargetDefinition = ResourceTargetDefinition' {}
- newResourceTargetDefinition :: ResourceTargetDefinition
- resourceTargetDefinition_attribute :: Lens' ResourceTargetDefinition (Maybe ResourceAttribute)
- resourceTargetDefinition_requiresRecreation :: Lens' ResourceTargetDefinition (Maybe RequiresRecreation)
- resourceTargetDefinition_name :: Lens' ResourceTargetDefinition (Maybe Text)
Documentation
data ResourceTargetDefinition Source #
Information about a change to a resource attribute.
See: newResourceTargetDefinition
smart constructor.
ResourceTargetDefinition' | |
|
Instances
newResourceTargetDefinition :: ResourceTargetDefinition Source #
Create a value of ResourceTargetDefinition
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:attribute:ResourceTargetDefinition'
, resourceTargetDefinition_attribute
- The attribute to be changed.
$sel:requiresRecreation:ResourceTargetDefinition'
, resourceTargetDefinition_requiresRecreation
- If the attribute is Properties
, indicates whether a change to this
property causes the resource to be re-created.
$sel:name:ResourceTargetDefinition'
, resourceTargetDefinition_name
- If the attribute is Properties
, the value is the name of the property.
Otherwise, the value is null.
resourceTargetDefinition_attribute :: Lens' ResourceTargetDefinition (Maybe ResourceAttribute) Source #
The attribute to be changed.
resourceTargetDefinition_requiresRecreation :: Lens' ResourceTargetDefinition (Maybe RequiresRecreation) Source #
If the attribute is Properties
, indicates whether a change to this
property causes the resource to be re-created.
resourceTargetDefinition_name :: Lens' ResourceTargetDefinition (Maybe Text) Source #
If the attribute is Properties
, the value is the name of the property.
Otherwise, the value is null.