models_v2.awsrds_recovery_target_params module¶
- 
class 
models_v2.awsrds_recovery_target_params.AWSRDSRecoveryTargetParams(recovery_target_config=None, rds_config=None)[source]¶ Bases:
objectImplementation of the ‘AWS RDS Recovery Target Params’ model.
Specifies the parameters for an AWS recovery target.
- Attributes:
 - recovery_target_config (RecoveryTargetConfig1): Specifies the recovery
 target configuration if recovery has to be done to a different location which is different from original source or to original Source with different configuration. If not specified, then the recovery of the vms will be performed to original location with all configuration parameters retained.
rds_config (RdsConfig): Specifies the RDS params.
- 
classmethod 
from_dictionary(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
 dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
 object: An instance of this structure class.