Struct aws_sdk_redshift::model::aqua_configuration::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for AquaConfiguration
Implementations
The value indicates the status of AQUA on the cluster. Possible values include the following.
-
enabled - AQUA is enabled.
-
disabled - AQUA is not enabled.
-
applying - AQUA status is being applied.
The value indicates the status of AQUA on the cluster. Possible values include the following.
-
enabled - AQUA is enabled.
-
disabled - AQUA is not enabled.
-
applying - AQUA status is being applied.
The value represents how the cluster is configured to use AQUA. Possible values include the following.
-
enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
-
disabled - Don't use AQUA.
-
auto - Amazon Redshift determines whether to use AQUA.
The value represents how the cluster is configured to use AQUA. Possible values include the following.
-
enabled - Use AQUA if it is available for the current Amazon Web Services Region and Amazon Redshift node type.
-
disabled - Don't use AQUA.
-
auto - Amazon Redshift determines whether to use AQUA.
Consumes the builder and constructs a AquaConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more