Show / Hide Table of Contents

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
CfnBucket.IReplicationTimeValueProperty
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public class ReplicationTimeValueProperty : Object, CfnBucket.IReplicationTimeValueProperty
Syntax (vb)
Public Class ReplicationTimeValueProperty
    Inherits Object
    Implements CfnBucket.IReplicationTimeValueProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationtimevalue.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.S3;

ReplicationTimeValueProperty 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

Remarks

Valid value: 15

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationtimevalue.html#cfn-s3-bucket-replicationtimevalue-minutes

Implements

CfnBucket.IReplicationTimeValueProperty
Back to top Generated by DocFX