Class CfnAgentProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnAgentProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAgentProps
CfnAgentProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnAgentPropsCfnAgentProps.Builder, CfnAgentProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAgentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAgentProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe action groups that belong to an agent.final StringThe agent's collaboration settings.final ObjectList of Agent Collaborators.final StringThe name of the agent.final StringThe Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.final ObjectSpecifies whether to automatically update theDRAFTversion of the agent after making changes to the agent.final StringThe Amazon Resource Name (ARN) of the AWS KMS key that encrypts the agent.final ObjectContains custom orchestration configurations for the agent.final StringThe description of the agent.final StringThe foundation model used for orchestration by the agent.final ObjectDetails about the guardrail associated with the agent.final NumberThe number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.final StringInstructions that tell the agent what it should do and how it should interact with users.final ObjectThe knowledge bases associated with the agent.final ObjectContains memory configuration for the agent.final StringSpecifies the orchestration strategy for the agent.final ObjectContains configurations to override prompt templates in different parts of an agent sequence.final ObjectSpecifies whether to delete the resource even if it's in use.getTags()Metadata that you can assign to a resource as key-value pairs.final ObjectMetadata that you can assign to a resource as key-value pairs.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnAgentProps.Builder.
 
- 
- 
Method Details- 
getAgentNameDescription copied from interface:CfnAgentPropsThe name of the agent.- Specified by:
- getAgentNamein interface- CfnAgentProps
- See Also:
 
- 
getActionGroupsDescription copied from interface:CfnAgentPropsThe action groups that belong to an agent.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAgent.AgentActionGroupProperty>- Specified by:
- getActionGroupsin interface- CfnAgentProps
- See Also:
 
- 
getAgentCollaborationDescription copied from interface:CfnAgentPropsThe agent's collaboration settings.- Specified by:
- getAgentCollaborationin interface- CfnAgentProps
- See Also:
 
- 
getAgentCollaboratorsDescription copied from interface:CfnAgentPropsList of Agent Collaborators.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAgent.AgentCollaboratorProperty>- Specified by:
- getAgentCollaboratorsin interface- CfnAgentProps
- See Also:
 
- 
getAgentResourceRoleArnDescription copied from interface:CfnAgentPropsThe Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.- Specified by:
- getAgentResourceRoleArnin interface- CfnAgentProps
- See Also:
 
- 
getAutoPrepareDescription copied from interface:CfnAgentPropsSpecifies whether to automatically update theDRAFTversion of the agent after making changes to the agent.The DRAFTversion can be continually iterated upon during internal development. By default, this value isfalse.Returns union: either BooleanorIResolvableDefault: - false - Specified by:
- getAutoPreparein interface- CfnAgentProps
- See Also:
 
- 
getCustomerEncryptionKeyArnDescription copied from interface:CfnAgentPropsThe Amazon Resource Name (ARN) of the AWS KMS key that encrypts the agent.- Specified by:
- getCustomerEncryptionKeyArnin interface- CfnAgentProps
- See Also:
 
- 
getCustomOrchestrationDescription copied from interface:CfnAgentPropsContains custom orchestration configurations for the agent.Returns union: either IResolvableorCfnAgent.CustomOrchestrationProperty- Specified by:
- getCustomOrchestrationin interface- CfnAgentProps
- See Also:
 
- 
getDescriptionDescription copied from interface:CfnAgentPropsThe description of the agent.- Specified by:
- getDescriptionin interface- CfnAgentProps
- See Also:
 
- 
getFoundationModelDescription copied from interface:CfnAgentPropsThe foundation model used for orchestration by the agent.- Specified by:
- getFoundationModelin interface- CfnAgentProps
- See Also:
 
- 
getGuardrailConfigurationDescription copied from interface:CfnAgentPropsDetails about the guardrail associated with the agent.Returns union: either IResolvableorCfnAgent.GuardrailConfigurationProperty- Specified by:
- getGuardrailConfigurationin interface- CfnAgentProps
- See Also:
 
- 
getIdleSessionTtlInSecondsDescription copied from interface:CfnAgentPropsThe number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout. - Specified by:
- getIdleSessionTtlInSecondsin interface- CfnAgentProps
- See Also:
 
- 
getInstructionDescription copied from interface:CfnAgentPropsInstructions that tell the agent what it should do and how it should interact with users.- Specified by:
- getInstructionin interface- CfnAgentProps
- See Also:
 
- 
getKnowledgeBasesDescription copied from interface:CfnAgentPropsThe knowledge bases associated with the agent.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAgent.AgentKnowledgeBaseProperty>- Specified by:
- getKnowledgeBasesin interface- CfnAgentProps
- See Also:
 
- 
getMemoryConfigurationDescription copied from interface:CfnAgentPropsContains memory configuration for the agent.Returns union: either IResolvableorCfnAgent.MemoryConfigurationProperty- Specified by:
- getMemoryConfigurationin interface- CfnAgentProps
- See Also:
 
- 
getOrchestrationTypeDescription copied from interface:CfnAgentPropsSpecifies the orchestration strategy for the agent.- Specified by:
- getOrchestrationTypein interface- CfnAgentProps
- See Also:
 
- 
getPromptOverrideConfigurationDescription copied from interface:CfnAgentPropsContains configurations to override prompt templates in different parts of an agent sequence.For more information, see Advanced prompts . Returns union: either IResolvableorCfnAgent.PromptOverrideConfigurationProperty- Specified by:
- getPromptOverrideConfigurationin interface- CfnAgentProps
- See Also:
 
- 
getSkipResourceInUseCheckOnDeleteDescription copied from interface:CfnAgentPropsSpecifies whether to delete the resource even if it's in use.By default, this value is false.Returns union: either BooleanorIResolvableDefault: - false - Specified by:
- getSkipResourceInUseCheckOnDeletein interface- CfnAgentProps
- See Also:
 
- 
getTagsDescription copied from interface:CfnAgentPropsMetadata that you can assign to a resource as key-value pairs. For more information, see the following resources:.- Specified by:
- getTagsin interface- CfnAgentProps
- See Also:
 
- 
getTestAliasTagsDescription copied from interface:CfnAgentPropsMetadata that you can assign to a resource as key-value pairs. For more information, see the following resources:.Returns union: either Mapinvalid input: '<'String, String> orIResolvable- Specified by:
- getTestAliasTagsin interface- CfnAgentProps
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-