Class CfnRegistryProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.agentregistry.CfnRegistryProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRegistryProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRegistryProps
@Stability(Stable)
@Internal
public static final class CfnRegistryProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRegistryProps
An implementation for
CfnRegistryProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.agentregistry.CfnRegistryProps
CfnRegistryProps.Builder, CfnRegistryProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRegistryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRegistryProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectConfiguration for the registry's record approval workflow.final StringThe type of authorizer that controls how consumers access the registry's search and MCP invoke operations.final StringThe description of the registry.final ObjectDiscovery configuration for the registry.final StringgetName()The name of the registry.getTags()Tags to assign to the registry.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRegistryProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnRegistryPropsThe name of the registry.- Specified by:
getNamein interfaceCfnRegistryProps- See Also:
-
getApprovalConfiguration
Description copied from interface:CfnRegistryPropsConfiguration for the registry's record approval workflow.Returns union: either
IResolvableorCfnRegistry.ApprovalConfigurationProperty- Specified by:
getApprovalConfigurationin interfaceCfnRegistryProps- See Also:
-
getAuthorizerType
Description copied from interface:CfnRegistryPropsThe type of authorizer that controls how consumers access the registry's search and MCP invoke operations.- Specified by:
getAuthorizerTypein interfaceCfnRegistryProps- See Also:
-
getDescription
Description copied from interface:CfnRegistryPropsThe description of the registry.- Specified by:
getDescriptionin interfaceCfnRegistryProps- See Also:
-
getDiscoveryConfiguration
Description copied from interface:CfnRegistryPropsDiscovery configuration for the registry.Controls how consumers are authorized to search the registry and invoke its MCP endpoint.
Returns union: either
IResolvableorCfnRegistry.DiscoveryConfigurationProperty- Specified by:
getDiscoveryConfigurationin interfaceCfnRegistryProps- See Also:
-
getTags
Description copied from interface:CfnRegistryPropsTags to assign to the registry.- Specified by:
getTagsin interfaceCfnRegistryProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-