Interface CfnRegistry.ApprovalConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRegistry.ApprovalConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnRegistry

@Stability(Stable) public static interface CfnRegistry.ApprovalConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Configuration for the registry's record approval workflow.

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.agentregistry.*;
 ApprovalConfigurationProperty approvalConfigurationProperty = ApprovalConfigurationProperty.builder()
         .autoApprovalRules(List.of("autoApprovalRules"))
         .build();
 

See Also: