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: