interface AnalysisTemplateArtifactProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms.CfnAnalysisTemplatePropsMixin.AnalysisTemplateArtifactProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscleanrooms#CfnAnalysisTemplatePropsMixin_AnalysisTemplateArtifactProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnAnalysisTemplatePropsMixin.AnalysisTemplateArtifactProperty |
Python | aws_cdk.cfn_property_mixins.aws_cleanrooms.CfnAnalysisTemplatePropsMixin.AnalysisTemplateArtifactProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cleanrooms » CfnAnalysisTemplatePropsMixin » AnalysisTemplateArtifactProperty |
The analysis template artifact.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanrooms as cleanrooms } from '@aws-cdk/cfn-property-mixins';
const analysisTemplateArtifactProperty: cleanrooms.CfnAnalysisTemplatePropsMixin.AnalysisTemplateArtifactProperty = {
location: {
bucket: 'bucket',
key: 'key',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| location? | IResolvable | S3 | The artifact location. |
location?
Type:
IResolvable | S3
(optional)
The artifact location.

.NET
Go
Java
Python
TypeScript