Show / Hide Table of Contents

Class CfnPolicy.DataRecoveryTargetsProperty

Inheritance
object
CfnPolicy.DataRecoveryTargetsProperty
Implements
CfnPolicy.IDataRecoveryTargetsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.ResilienceHubV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicy.DataRecoveryTargetsProperty : CfnPolicy.IDataRecoveryTargetsProperty
Syntax (vb)
Public Class CfnPolicy.DataRecoveryTargetsProperty Implements CfnPolicy.IDataRecoveryTargetsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-policy-datarecoverytargets.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.ResilienceHubV2;

             var dataRecoveryTargetsProperty = new DataRecoveryTargetsProperty {
                 TimeBetweenBackupsInMinutes = 123
             };

Synopsis

Constructors

DataRecoveryTargetsProperty()

Properties

TimeBetweenBackupsInMinutes

Time between backups in minutes.

Constructors

DataRecoveryTargetsProperty()

public DataRecoveryTargetsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-policy-datarecoverytargets.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.ResilienceHubV2;

             var dataRecoveryTargetsProperty = new DataRecoveryTargetsProperty {
                 TimeBetweenBackupsInMinutes = 123
             };

Properties

TimeBetweenBackupsInMinutes

Time between backups in minutes.

public double? TimeBetweenBackupsInMinutes { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-policy-datarecoverytargets.html#cfn-resiliencehubv2-policy-datarecoverytargets-timebetweenbackupsinminutes

Implements

CfnPolicy.IDataRecoveryTargetsProperty
Back to top Generated by DocFX