| 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.SecurityHub.Types.AwsRedshiftClusterResizeInfo
Description
Synopsis
- data AwsRedshiftClusterResizeInfo = AwsRedshiftClusterResizeInfo' {}
- newAwsRedshiftClusterResizeInfo :: AwsRedshiftClusterResizeInfo
- awsRedshiftClusterResizeInfo_allowCancelResize :: Lens' AwsRedshiftClusterResizeInfo (Maybe Bool)
- awsRedshiftClusterResizeInfo_resizeType :: Lens' AwsRedshiftClusterResizeInfo (Maybe Text)
Documentation
data AwsRedshiftClusterResizeInfo Source #
Information about the resize operation for the cluster.
See: newAwsRedshiftClusterResizeInfo smart constructor.
Constructors
| AwsRedshiftClusterResizeInfo' | |
Fields
| |
Instances
newAwsRedshiftClusterResizeInfo :: AwsRedshiftClusterResizeInfo Source #
Create a value of AwsRedshiftClusterResizeInfo 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:allowCancelResize:AwsRedshiftClusterResizeInfo', awsRedshiftClusterResizeInfo_allowCancelResize - Indicates whether the resize operation can be canceled.
$sel:resizeType:AwsRedshiftClusterResizeInfo', awsRedshiftClusterResizeInfo_resizeType - The type of resize operation.
Valid values: ClassicResize
awsRedshiftClusterResizeInfo_allowCancelResize :: Lens' AwsRedshiftClusterResizeInfo (Maybe Bool) Source #
Indicates whether the resize operation can be canceled.
awsRedshiftClusterResizeInfo_resizeType :: Lens' AwsRedshiftClusterResizeInfo (Maybe Text) Source #
The type of resize operation.
Valid values: ClassicResize