View a markdown version of this page

AWS::ResilienceHubV2::Service S3ReportOutputConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::ResilienceHubV2::Service S3ReportOutputConfiguration

S3 configuration for report output.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "BucketOwner" : String, "BucketPath" : String }

YAML

BucketOwner: String BucketPath: String

Properties

BucketOwner

Account ID of the bucket owner for cross-account access verification.

Required: Yes

Type: String

Pattern: ^\d{12}$

Update requires: No interruption

BucketPath

S3 bucket path where reports will be written (e.g., my-bucket/ngrh-reports/).

Required: Yes

Type: String

Pattern: ^(s3://)?[a-z0-9][a-z0-9.-]{1,61}[a-z0-9](/.*)?$

Minimum: 3

Maximum: 512

Update requires: No interruption