AWS SDK for .NET Documentation
RotateEncryptionKey Method (request)
AmazonAmazon.RedshiftAmazonRedshiftClientRotateEncryptionKey(RotateEncryptionKeyRequest) Did this page help you?   Yes   No    Tell us about it...
Rotates the encryption keys for a cluster.
Declaration Syntax
C#
public RotateEncryptionKeyResponse RotateEncryptionKey(
	RotateEncryptionKeyRequest request
)
Parameters
request (RotateEncryptionKeyRequest)
Container for the necessary parameters to execute the RotateEncryptionKey service method.
Return Value
The response from the RotateEncryptionKey service method, as returned by Redshift.
Exceptions
ExceptionCondition
ClusterNotFoundException The ClusterIdentifier parameter does not refer to an existing cluster.
InvalidClusterStateException The specified cluster is not in the
CopyC#
available
state.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)