interface CfnReportMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Artifact.CfnReportMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsartifact#CfnReportMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.artifact.CfnReportMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_artifact.CfnReportMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_artifact » CfnReportMixinProps |
Properties for CfnReportPropsMixin.
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/cfn-property-mixins';
const cfnReportMixinProps: artifact.CfnReportMixinProps = { };

.NET
Go
Java
Python
TypeScript