Show / Hide Table of Contents

Class CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyV1Property

Inheritance
object
CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyV1Property
Implements
CfnIntermediateTablePropsMixin.IIntermediateTableAnalysisRulePolicyV1Property
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.IntermediateTableAnalysisRulePolicyV1Property : CfnIntermediateTablePropsMixin.IIntermediateTableAnalysisRulePolicyV1Property
Syntax (vb)
Public Class CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyV1Property Implements CfnIntermediateTablePropsMixin.IIntermediateTableAnalysisRulePolicyV1Property
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-intermediatetable-intermediatetableanalysisrulepolicyv1.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 intermediateTableAnalysisRulePolicyV1Property = new IntermediateTableAnalysisRulePolicyV1Property {
                 Custom = new IntermediateTableAnalysisRuleCustomProperty {
                     AdditionalAnalyses = "additionalAnalyses",
                     AllowedAnalyses = new [] { "allowedAnalyses" },
                     AllowedAnalysisProviders = new [] { "allowedAnalysisProviders" },
                     AllowedResultReceivers = new [] { "allowedResultReceivers" },
                     DifferentialPrivacy = new DifferentialPrivacyProperty {
                         Columns = new [] { new DifferentialPrivacyColumnProperty {
                             Name = "name"
                         } }
                     },
                     DisallowedOutputColumns = new [] { "disallowedOutputColumns" }
                 }
             };

Synopsis

Constructors

IntermediateTableAnalysisRulePolicyV1Property()

Properties

Custom

Constructors

IntermediateTableAnalysisRulePolicyV1Property()

public IntermediateTableAnalysisRulePolicyV1Property()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-intermediatetable-intermediatetableanalysisrulepolicyv1.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 intermediateTableAnalysisRulePolicyV1Property = new IntermediateTableAnalysisRulePolicyV1Property {
                 Custom = new IntermediateTableAnalysisRuleCustomProperty {
                     AdditionalAnalyses = "additionalAnalyses",
                     AllowedAnalyses = new [] { "allowedAnalyses" },
                     AllowedAnalysisProviders = new [] { "allowedAnalysisProviders" },
                     AllowedResultReceivers = new [] { "allowedResultReceivers" },
                     DifferentialPrivacy = new DifferentialPrivacyProperty {
                         Columns = new [] { new DifferentialPrivacyColumnProperty {
                             Name = "name"
                         } }
                     },
                     DisallowedOutputColumns = new [] { "disallowedOutputColumns" }
                 }
             };

Properties

Custom

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

object

Remarks

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

Type union: either IResolvable or CfnIntermediateTablePropsMixin.IIntermediateTableAnalysisRuleCustomProperty

Implements

CfnIntermediateTablePropsMixin.IIntermediateTableAnalysisRulePolicyV1Property
Back to top Generated by DocFX