Class CfnBucket.ReplicationTimeValueProperty
A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold
.
Inheritance
System.Object
CfnBucket.ReplicationTimeValueProperty
Implements
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ReplicationTimeValueProperty : Object, CfnBucket.IReplicationTimeValueProperty
Syntax (vb)
Public Class ReplicationTimeValueProperty
Inherits Object
Implements CfnBucket.IReplicationTimeValueProperty
Remarks
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.S3;
var replicationTimeValueProperty = new ReplicationTimeValueProperty {
Minutes = 123
};
Synopsis
Constructors
ReplicationTimeValueProperty() |
Properties
Minutes | Contains an integer specifying time in minutes. |
Constructors
ReplicationTimeValueProperty()
public ReplicationTimeValueProperty()
Properties
Minutes
Contains an integer specifying time in minutes.
public double Minutes { get; set; }
Property Value
System.Double