interface CfnAnalysisTemplateProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.CfnAnalysisTemplateProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnAnalysisTemplateProps |
![]() | software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplateProps |
![]() | aws_cdk.aws_cleanrooms.CfnAnalysisTemplateProps |
![]() | aws-cdk-lib » aws_cleanrooms » CfnAnalysisTemplateProps |
Properties for defining a CfnAnalysisTemplate
.
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-lib';
const cfnAnalysisTemplateProps: cleanrooms.CfnAnalysisTemplateProps = {
format: 'format',
membershipIdentifier: 'membershipIdentifier',
name: 'name',
source: {
text: 'text',
},
// the properties below are optional
analysisParameters: [{
name: 'name',
type: 'type',
// the properties below are optional
defaultValue: 'defaultValue',
}],
description: 'description',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
format | string | The format of the analysis template. |
membership | string | The identifier for a membership resource. |
name | string | The name of the analysis template. |
source | IResolvable | Analysis | The source of the analysis template. |
analysis | IResolvable | IResolvable | Analysis [] | The parameters of the analysis template. |
description? | string | The description of the analysis template. |
tags? | Cfn [] | An optional label that you can assign to a resource when you create it. |
format
Type:
string
The format of the analysis template.
membershipIdentifier
Type:
string
The identifier for a membership resource.
name
Type:
string
The name of the analysis template.
source
Type:
IResolvable
|
Analysis
The source of the analysis template.
analysisParameters?
Type:
IResolvable
|
IResolvable
|
Analysis
[]
(optional)
The parameters of the analysis template.
description?
Type:
string
(optional)
The description of the analysis template.
tags?
Type:
Cfn
[]
(optional)
An optional label that you can assign to a resource when you create it.
Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.