interface CfnReportProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Artifact.CfnReportProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsartifact#CfnReportProps |
Java | software.amazon.awscdk.services.artifact.CfnReportProps |
Python | aws_cdk.aws_artifact.CfnReportProps |
TypeScript | aws-cdk-lib » aws_artifact » CfnReportProps |
Properties for defining a CfnReport.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-artifact-report.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_artifact as artifact } from 'aws-cdk-lib';
const cfnReportProps: artifact.CfnReportProps = { };

.NET
Go
Java
Python
TypeScript