IntermediateTableAnalysisRulePolicyV1
Contains the version 1 policy for an intermediate table analysis rule.
Inheritors
Types
Link copied to clipboard
data class Custom(val value: IntermediateTableAnalysisRuleCustom) : IntermediateTableAnalysisRulePolicyV1
The custom analysis rule policy.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this IntermediateTableAnalysisRulePolicyV1 as a Custom and retrieves its aws.sdk.kotlin.services.cleanrooms.model.IntermediateTableAnalysisRuleCustom value. Throws an exception if the IntermediateTableAnalysisRulePolicyV1 is not a Custom.
Link copied to clipboard
Casts this IntermediateTableAnalysisRulePolicyV1 as a Custom and retrieves its aws.sdk.kotlin.services.cleanrooms.model.IntermediateTableAnalysisRuleCustom value. Returns null if the IntermediateTableAnalysisRulePolicyV1 is not a Custom.