| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableAssociationAnalysisRuleCustom |
ConfiguredTableAssociationAnalysisRuleCustom.clone() |
ConfiguredTableAssociationAnalysisRuleCustom |
ConfiguredTableAssociationAnalysisRulePolicyV1.getCustom()
Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables.
|
ConfiguredTableAssociationAnalysisRuleCustom |
ConfiguredTableAssociationAnalysisRuleCustom.withAllowedAdditionalAnalyses(Collection<String> allowedAdditionalAnalyses)
The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.
|
ConfiguredTableAssociationAnalysisRuleCustom |
ConfiguredTableAssociationAnalysisRuleCustom.withAllowedAdditionalAnalyses(String... allowedAdditionalAnalyses)
The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.
|
ConfiguredTableAssociationAnalysisRuleCustom |
ConfiguredTableAssociationAnalysisRuleCustom.withAllowedResultReceivers(Collection<String> allowedResultReceivers)
The list of collaboration members who are allowed to receive results of queries run with this configured table.
|
ConfiguredTableAssociationAnalysisRuleCustom |
ConfiguredTableAssociationAnalysisRuleCustom.withAllowedResultReceivers(String... allowedResultReceivers)
The list of collaboration members who are allowed to receive results of queries run with this configured table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfiguredTableAssociationAnalysisRulePolicyV1.setCustom(ConfiguredTableAssociationAnalysisRuleCustom custom)
Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables.
|
ConfiguredTableAssociationAnalysisRulePolicyV1 |
ConfiguredTableAssociationAnalysisRulePolicyV1.withCustom(ConfiguredTableAssociationAnalysisRuleCustom custom)
Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables.
|
Copyright © 2025. All rights reserved.