| 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.ServiceCatalog.Types.ResourceTargetDefinition
Description
Synopsis
- data ResourceTargetDefinition = ResourceTargetDefinition' {}
- newResourceTargetDefinition :: ResourceTargetDefinition
- resourceTargetDefinition_attribute :: Lens' ResourceTargetDefinition (Maybe ResourceAttribute)
- resourceTargetDefinition_name :: Lens' ResourceTargetDefinition (Maybe Text)
- resourceTargetDefinition_requiresRecreation :: Lens' ResourceTargetDefinition (Maybe RequiresRecreation)
Documentation
data ResourceTargetDefinition Source #
Information about a change to a resource attribute.
See: newResourceTargetDefinition smart constructor.
Constructors
| ResourceTargetDefinition' | |
Fields
| |
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:name:ResourceTargetDefinition', resourceTargetDefinition_name - If the attribute is Properties, the value is the name of the property.
Otherwise, the value is null.
$sel:requiresRecreation:ResourceTargetDefinition', resourceTargetDefinition_requiresRecreation - If the attribute is Properties, indicates whether a change to this
property causes the resource to be re-created.
resourceTargetDefinition_attribute :: Lens' ResourceTargetDefinition (Maybe ResourceAttribute) Source #
The attribute to be changed.
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.
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.