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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRegistry.ApprovalConfigurationPropertystatic final classAn implementation forCfnRegistry.ApprovalConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The rules that determine which registry records are automatically approved on submission.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAutoApprovalRules
The rules that determine which registry records are automatically approved on submission.When omitted or empty, submitted records require manual review.
- See Also:
-
builder
-