interface PopulationAnalysisSqlParametersProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms.CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscleanrooms#CfnIntermediateTablePropsMixin_PopulationAnalysisSqlParametersProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty |
Python | aws_cdk.cfn_property_mixins.aws_cleanrooms.CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cleanrooms » CfnIntermediateTablePropsMixin » PopulationAnalysisSqlParametersProperty |
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 populationAnalysisSqlParametersProperty: cleanrooms.CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty = {
analysisTemplateArn: 'analysisTemplateArn',
queryString: 'queryString',
};
Properties
| Name | Type | Description |
|---|---|---|
| analysis | string | |
| query | string |
analysisTemplateArn?
Type:
string
(optional)
queryString?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript