Interface CfnAutomationRule.OrganizationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAutomationRule.OrganizationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAutomationRule
@Stability(Stable)
public static interface CfnAutomationRule.OrganizationConfigurationProperty
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.services.computeoptimizer.*;
OrganizationConfigurationProperty organizationConfigurationProperty = OrganizationConfigurationProperty.builder()
.accountIds(List.of("accountIds"))
.ruleApplyOrder("ruleApplyOrder")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAutomationRule.OrganizationConfigurationPropertystatic final classAn implementation forCfnAutomationRule.OrganizationConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountIds
List of account IDs where the organization rule applies.- See Also:
-
getRuleApplyOrder
When the rule should be applied relative to account rules.- See Also:
-
builder
-