libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsRedshiftClusterResizeInfo

Description

 
Synopsis

Documentation

data AwsRedshiftClusterResizeInfo Source #

Information about the resize operation for the cluster.

See: newAwsRedshiftClusterResizeInfo smart constructor.

Constructors

AwsRedshiftClusterResizeInfo' 

Fields

Instances

Instances details
Eq AwsRedshiftClusterResizeInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterResizeInfo

Read AwsRedshiftClusterResizeInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterResizeInfo

Show AwsRedshiftClusterResizeInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterResizeInfo

Generic AwsRedshiftClusterResizeInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterResizeInfo

Associated Types

type Rep AwsRedshiftClusterResizeInfo :: Type -> Type #

NFData AwsRedshiftClusterResizeInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterResizeInfo

Hashable AwsRedshiftClusterResizeInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterResizeInfo

ToJSON AwsRedshiftClusterResizeInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterResizeInfo

FromJSON AwsRedshiftClusterResizeInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterResizeInfo

type Rep AwsRedshiftClusterResizeInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRedshiftClusterResizeInfo

type Rep AwsRedshiftClusterResizeInfo = D1 ('MetaData "AwsRedshiftClusterResizeInfo" "Amazonka.SecurityHub.Types.AwsRedshiftClusterResizeInfo" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsRedshiftClusterResizeInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowCancelResize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "resizeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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