Interface CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRuleCustomProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRuleCustomProperty.Jsii$Proxy
- Enclosing class:
CfnIntermediateTablePropsMixin
@Stability(Stable)
public static interface CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRuleCustomProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.*;
IntermediateTableAnalysisRuleCustomProperty intermediateTableAnalysisRuleCustomProperty = IntermediateTableAnalysisRuleCustomProperty.builder()
.additionalAnalyses("additionalAnalyses")
.allowedAnalyses(List.of("allowedAnalyses"))
.allowedAnalysisProviders(List.of("allowedAnalysisProviders"))
.allowedResultReceivers(List.of("allowedResultReceivers"))
.differentialPrivacy(DifferentialPrivacyProperty.builder()
.columns(List.of(DifferentialPrivacyColumnProperty.builder()
.name("name")
.build()))
.build())
.disallowedOutputColumns(List.of("disallowedOutputColumns"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIntermediateTablePropsMixin.IntermediateTableAnalysisRuleCustomProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Stringdefault ObjectReturns union: eitherIResolvableorCfnIntermediateTablePropsMixin.DifferentialPrivacyPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAdditionalAnalyses
- See Also:
-
getAllowedAnalyses
- See Also:
-
getAllowedAnalysisProviders
- See Also:
-
getAllowedResultReceivers
- See Also:
-
getDifferentialPrivacy
Returns union: eitherIResolvableorCfnIntermediateTablePropsMixin.DifferentialPrivacyProperty- See Also:
-
getDisallowedOutputColumns
- See Also:
-
builder
@Stability(Stable) static CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRuleCustomProperty.Builder builder()
-