Uses of Enum
software.amazon.awscdk.services.redshift.alpha.ResourceAction
Packages that use ResourceAction
Package
Description
Amazon Redshift Construct Library
-
Uses of ResourceAction in software.amazon.awscdk.services.redshift.alpha
Methods in software.amazon.awscdk.services.redshift.alpha that return ResourceActionModifier and TypeMethodDescriptiondefault ResourceActionClusterProps.getResourceAction()(experimental) The Amazon Redshift operation to be performed.final ResourceActionClusterProps.Jsii$Proxy.getResourceAction()static ResourceActionReturns the enum constant of this type with the specified name.static ResourceAction[]ResourceAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.redshift.alpha with parameters of type ResourceActionModifier and TypeMethodDescriptionCluster.Builder.resourceAction(ResourceAction resourceAction) (experimental) The Amazon Redshift operation to be performed.ClusterProps.Builder.resourceAction(ResourceAction resourceAction) Sets the value ofClusterProps.getResourceAction()