C# Class Amazon.RDS.Model.RestoreDBClusterFromSnapshotRequest

Container for the parameters to the RestoreDBClusterFromSnapshot operation. Creates a new DB cluster from a DB cluster snapshot. The target DB cluster is created from the source DB cluster restore point with the same configuration as the original source DB cluster, except that the new DB cluster is created with the default security group.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

Inheritance: AmazonRDSRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetAvailabilityZones ( ) : bool
IsSetDBClusterIdentifier ( ) : bool
IsSetDBSubnetGroupName ( ) : bool
IsSetDatabaseName ( ) : bool
IsSetEngine ( ) : bool
IsSetEngineVersion ( ) : bool
IsSetKmsKeyId ( ) : bool
IsSetOptionGroupName ( ) : bool
IsSetPort ( ) : bool
IsSetSnapshotIdentifier ( ) : bool
IsSetTags ( ) : bool
IsSetVpcSecurityGroupIds ( ) : bool