Interface CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyProperty.Jsii$Proxy
- Enclosing class:
CfnIntermediateTablePropsMixin
@Stability(Stable)
public static interface CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyProperty
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.*;
IntermediateTableAnalysisRulePolicyProperty intermediateTableAnalysisRulePolicyProperty = IntermediateTableAnalysisRulePolicyProperty.builder()
.v1(IntermediateTableAnalysisRulePolicyV1Property.builder()
.custom(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())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectgetV1()Returns union: eitherIResolvableorCfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyV1PropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getV1
Returns union: eitherIResolvableorCfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyV1Property- See Also:
-
builder
@Stability(Stable) static CfnIntermediateTablePropsMixin.IntermediateTableAnalysisRulePolicyProperty.Builder builder()
-