Show / Hide Table of Contents

Class CfnConfiguredTablePropsMixin.AggregationThresholdProperty

Inheritance
object
CfnConfiguredTablePropsMixin.AggregationThresholdProperty
Implements
CfnConfiguredTablePropsMixin.IAggregationThresholdProperty
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 CfnConfiguredTablePropsMixin.AggregationThresholdProperty : CfnConfiguredTablePropsMixin.IAggregationThresholdProperty
Syntax (vb)
Public Class CfnConfiguredTablePropsMixin.AggregationThresholdProperty Implements CfnConfiguredTablePropsMixin.IAggregationThresholdProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-aggregationthreshold.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 aggregationThresholdProperty = new AggregationThresholdProperty {
                 AllowedAggregateExpressionType = "allowedAggregateExpressionType",
                 IdentityColumns = new [] { "identityColumns" },
                 MinimumIdentityCount = 123,
                 OutputColumnThresholds = new [] { new OutputColumnThresholdProperty {
                     MinimumIdentityCount = 123,
                     OutputColumnName = "outputColumnName"
                 } },
                 Type = "type"
             };

Synopsis

Constructors

AggregationThresholdProperty()

Properties

AllowedAggregateExpressionType
IdentityColumns
MinimumIdentityCount
OutputColumnThresholds
Type

Constructors

AggregationThresholdProperty()

public AggregationThresholdProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-aggregationthreshold.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 aggregationThresholdProperty = new AggregationThresholdProperty {
                 AllowedAggregateExpressionType = "allowedAggregateExpressionType",
                 IdentityColumns = new [] { "identityColumns" },
                 MinimumIdentityCount = 123,
                 OutputColumnThresholds = new [] { new OutputColumnThresholdProperty {
                     MinimumIdentityCount = 123,
                     OutputColumnName = "outputColumnName"
                 } },
                 Type = "type"
             };

Properties

AllowedAggregateExpressionType

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-aggregationthreshold.html#cfn-cleanrooms-configuredtable-aggregationthreshold-allowedaggregateexpressiontype

IdentityColumns

public string[]? IdentityColumns { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-aggregationthreshold.html#cfn-cleanrooms-configuredtable-aggregationthreshold-identitycolumns

MinimumIdentityCount

public double? MinimumIdentityCount { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-aggregationthreshold.html#cfn-cleanrooms-configuredtable-aggregationthreshold-minimumidentitycount

OutputColumnThresholds

public object? OutputColumnThresholds { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-aggregationthreshold.html#cfn-cleanrooms-configuredtable-aggregationthreshold-outputcolumnthresholds

Type union: either IResolvable or (either IResolvable or CfnConfiguredTablePropsMixin.IOutputColumnThresholdProperty)[]

Type

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-configuredtable-aggregationthreshold.html#cfn-cleanrooms-configuredtable-aggregationthreshold-type

Implements

CfnConfiguredTablePropsMixin.IAggregationThresholdProperty
Back to top Generated by DocFX