This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::S3Express::DirectoryBucket MetricsConfiguration
Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket. If you're updating an existing metrics configuration, note that this is a full replacement of the existing metrics configuration. If you don't include the elements you want to keep, they are erased. For more information, see PutBucketMetricsConfiguration.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AccessPointArn" :String, "Id" :String, "Prefix" :String}
YAML
AccessPointArn:StringId:StringPrefix:String
Properties
AccessPointArnProperty description not available.
Required: No
Type: String
Update requires: No interruption
Id-
The ID used to identify the metrics configuration. The ID has a 64 character limit and can only contain letters, numbers, periods, dashes, and underscores.
Required: No
Type: String
Update requires: No interruption
PrefixProperty description not available.
Required: No
Type: String
Update requires: No interruption