aws-cdk-lib.aws_s3.CfnBucket.ReplicationTimeValueProperty

interface ReplicationTimeValueProperty

LanguageType name
.NETAmazon.CDK.AWS.S3.CfnBucket.ReplicationTimeValueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnBucket_ReplicationTimeValueProperty
Javasoftware.amazon.awscdk.services.s3.CfnBucket.ReplicationTimeValueProperty
Pythonaws_cdk.aws_s3.CfnBucket.ReplicationTimeValueProperty
TypeScript aws-cdk-lib » aws_s3 » CfnBucket » ReplicationTimeValueProperty

A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3 as s3 } from 'aws-cdk-lib';
const replicationTimeValueProperty: s3.CfnBucket.ReplicationTimeValueProperty = {
  minutes: 123,
};

Properties

NameTypeDescription
minutesnumberContains an integer specifying time in minutes.

minutes

Type: number

Contains an integer specifying time in minutes.

Valid value: 15