Interface CfnAutomationRulePropsMixin.OrganizationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAutomationRulePropsMixin.OrganizationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAutomationRulePropsMixin
@Stability(Stable)
public static interface CfnAutomationRulePropsMixin.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.cfnpropertymixins.services.computeoptimizer.*;
OrganizationConfigurationProperty organizationConfigurationProperty = OrganizationConfigurationProperty.builder()
.accountIds(List.of("accountIds"))
.ruleApplyOrder("ruleApplyOrder")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAutomationRulePropsMixin.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
@Stability(Stable) static CfnAutomationRulePropsMixin.OrganizationConfigurationProperty.Builder builder()
-