Class CfnConfiguredTablePropsMixin.AggregationThresholdProperty
Inherited Members
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
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
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
Remarks
IdentityColumns
MinimumIdentityCount
public double? MinimumIdentityCount { get; set; }
Property Value
Remarks
OutputColumnThresholds
public object? OutputColumnThresholds { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnConfiguredTablePropsMixin.IOutputColumnThresholdProperty)[]
Type
public string? Type { get; set; }