interface ReportOutputConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ResilienceHubV2.CfnServicePropsMixin.ReportOutputConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsresiliencehubv2#CfnServicePropsMixin_ReportOutputConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.resiliencehubv2.CfnServicePropsMixin.ReportOutputConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_resiliencehubv2.CfnServicePropsMixin.ReportOutputConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_resiliencehubv2 » CfnServicePropsMixin » ReportOutputConfigurationProperty |
Configuration for a report output destination.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_resiliencehubv2 as resiliencehubv2 } from '@aws-cdk/cfn-property-mixins';
const reportOutputConfigurationProperty: resiliencehubv2.CfnServicePropsMixin.ReportOutputConfigurationProperty = {
s3: {
bucketOwner: 'bucketOwner',
bucketPath: 'bucketPath',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| s3? | IResolvable | S3 | S3 configuration for report output. |
s3?
Type:
IResolvable | S3
(optional)
S3 configuration for report output.

.NET
Go
Java
Python
TypeScript