interface AnalysisSourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_cleanrooms.CfnAnalysisTemplate.AnalysisSourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscleanrooms#CfnAnalysisTemplate_AnalysisSourceProperty |
![]() | software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplate.AnalysisSourceProperty |
![]() | aws_cdk.aws_cleanrooms.CfnAnalysisTemplate.AnalysisSourceProperty |
![]() | aws-cdk-lib » aws_cleanrooms » CfnAnalysisTemplate » AnalysisSourceProperty |
The structure that defines the body of the analysis template.
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 analysisSourceProperty: cleanrooms.CfnAnalysisTemplate.AnalysisSourceProperty = {
text: 'text',
};
Properties
Name | Type | Description |
---|---|---|
text | string | The query text. |
text
Type:
string
The query text.