|
NAMEPaws::RDS::RestoreDBClusterFromSnapshot - Arguments for method RestoreDBClusterFromSnapshot on Paws::RDSDESCRIPTIONThis class represents the parameters used for calling the method RestoreDBClusterFromSnapshot on the Amazon Relational Database Service service. Use the attributes of this class as arguments to method RestoreDBClusterFromSnapshot.You shouln't make instances of this class. Each attribute should be used as a named argument in the call to RestoreDBClusterFromSnapshot. As an example: $service_obj->RestoreDBClusterFromSnapshot(Att1 => $value1, Att2 => $value2, ...); Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. ATTRIBUTESAvailabilityZones => ArrayRef[Str]Provides the list of EC2 Availability Zones that instances in the restored DB cluster can be created in.DatabaseName => StrThe database name for the restored DB cluster.REQUIRED DBClusterIdentifier => StrThe name of the DB cluster to create from the DB cluster snapshot. This parameter isn't case-sensitive.Constraints:
Example: "my-snapshot-id" DBSubnetGroupName => StrThe name of the DB subnet group to use for the new DB cluster.REQUIRED Engine => StrThe database engine to use for the new DB cluster.Default: The same as source Constraint: Must be compatible with the engine of the source EngineVersion => StrThe version of the database engine to use for the new DB cluster.OptionGroupName => StrThe name of the option group to use for the restored DB cluster.Port => IntThe port number on which the new DB cluster accepts connections.Constraints: Value must be "1150-65535" Default: The same port as the original DB cluster. REQUIRED SnapshotIdentifier => StrThe identifier for the DB cluster snapshot to restore from.Constraints:
Tags => ArrayRef[Paws::RDS::Tag]The tags to be assigned to the restored DB cluster.VpcSecurityGroupIds => ArrayRef[Str]A list of VPC security groups that the new DB cluster will belong to.SEE ALSOThis class forms part of Paws, documenting arguments for method RestoreDBClusterFromSnapshot in Paws::RDSBUGS and CONTRIBUTIONSThe source code is located here: https://github.com/pplu/aws-sdk-perlPlease report bugs to: https://github.com/pplu/aws-sdk-perl/issues
Visit the GSP FreeBSD Man Page Interface. |