Show / Hide Table of Contents

Class CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty

Inheritance
object
CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty
Implements
CfnIntermediateTablePropsMixin.IPopulationAnalysisSqlParametersProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty : CfnIntermediateTablePropsMixin.IPopulationAnalysisSqlParametersProperty
Syntax (vb)
Public Class CfnIntermediateTablePropsMixin.PopulationAnalysisSqlParametersProperty Implements CfnIntermediateTablePropsMixin.IPopulationAnalysisSqlParametersProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-intermediatetable-populationanalysissqlparameters.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms;

             var populationAnalysisSqlParametersProperty = new PopulationAnalysisSqlParametersProperty {
                 AnalysisTemplateArn = "analysisTemplateArn",
                 QueryString = "queryString"
             };

Synopsis

Constructors

PopulationAnalysisSqlParametersProperty()

Properties

AnalysisTemplateArn
QueryString

Constructors

PopulationAnalysisSqlParametersProperty()

public PopulationAnalysisSqlParametersProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-intermediatetable-populationanalysissqlparameters.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.CleanRooms;

             var populationAnalysisSqlParametersProperty = new PopulationAnalysisSqlParametersProperty {
                 AnalysisTemplateArn = "analysisTemplateArn",
                 QueryString = "queryString"
             };

Properties

AnalysisTemplateArn

public string? AnalysisTemplateArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-intermediatetable-populationanalysissqlparameters.html#cfn-cleanrooms-intermediatetable-populationanalysissqlparameters-analysistemplatearn

QueryString

public string? QueryString { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-intermediatetable-populationanalysissqlparameters.html#cfn-cleanrooms-intermediatetable-populationanalysissqlparameters-querystring

Implements

CfnIntermediateTablePropsMixin.IPopulationAnalysisSqlParametersProperty
Back to top Generated by DocFX