| 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 |
Amazonka.ServiceCatalog.Types.RecordOutput
Description
Synopsis
- data RecordOutput = RecordOutput' {
- outputValue :: Maybe Text
- outputKey :: Maybe Text
- description :: Maybe Text
- newRecordOutput :: RecordOutput
- recordOutput_outputValue :: Lens' RecordOutput (Maybe Text)
- recordOutput_outputKey :: Lens' RecordOutput (Maybe Text)
- recordOutput_description :: Lens' RecordOutput (Maybe Text)
Documentation
data RecordOutput Source #
The output for the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.
See: newRecordOutput smart constructor.
Constructors
| RecordOutput' | |
Fields
| |
Instances
newRecordOutput :: RecordOutput Source #
Create a value of RecordOutput 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:outputValue:RecordOutput', recordOutput_outputValue - The output value.
$sel:outputKey:RecordOutput', recordOutput_outputKey - The output key.
$sel:description:RecordOutput', recordOutput_description - The description of the output.
recordOutput_outputValue :: Lens' RecordOutput (Maybe Text) Source #
The output value.
recordOutput_outputKey :: Lens' RecordOutput (Maybe Text) Source #
The output key.
recordOutput_description :: Lens' RecordOutput (Maybe Text) Source #
The description of the output.