Amazon.RDS.AmazonRDSClient.RestoreDBClusterFromS3 C# (CSharp) Méthode

RestoreDBClusterFromS3() public méthode

Creates an Amazon Aurora DB cluster from data stored in an Amazon S3 bucket. Amazon RDS must be authorized to access the Amazon S3 bucket and the data must be created using the Percona XtraBackup utility as described in Migrating Data from MySQL by Using an Amazon S3 Bucket.
/// User already has a DB cluster with the given identifier. /// /// DBClusterIdentifier does not refer to an existing DB cluster. /// /// DBClusterParameterGroupName does not refer to an existing DB Cluster parameter /// group. /// /// User attempted to create a new DB cluster and the user has already reached the maximum /// allowed DB cluster quota. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// There is insufficient storage available for the current action. You may be able to /// resolve this error by updating your subnet group to use different Availability Zones /// that have more storage available. /// /// The DB cluster is not in a valid state. /// /// The DB subnet group cannot be deleted because it is in use. /// /// The specified Amazon S3 bucket name could not be found or Amazon RDS is not authorized /// to access the specified Amazon S3 bucket. Verify the SourceS3BucketName and /// S3IngestionRoleArn values and try again. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. /// /// DB subnet group does not cover all Availability Zones after it is created because /// users' change. /// /// Error accessing KMS key. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. ///
public RestoreDBClusterFromS3 ( RestoreDBClusterFromS3Request request ) : RestoreDBClusterFromS3Response
request RestoreDBClusterFromS3Request Container for the necessary parameters to execute the RestoreDBClusterFromS3 service method.
Résultat RestoreDBClusterFromS3Response
        public RestoreDBClusterFromS3Response RestoreDBClusterFromS3(RestoreDBClusterFromS3Request request)
        {
            var marshaller = new RestoreDBClusterFromS3RequestMarshaller();
            var unmarshaller = RestoreDBClusterFromS3ResponseUnmarshaller.Instance;

            return Invoke<RestoreDBClusterFromS3Request,RestoreDBClusterFromS3Response>(request, marshaller, unmarshaller);
        }
AmazonRDSClient