Interface AgentGenAiResourceProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AgentGenAiResourceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-07-24T11:33:25.516Z")
@Stability(Experimental)
public interface AgentGenAiResourceProps
extends software.amazon.jsii.JsiiSerializable
(experimental) Properties for creating an agent GenAI resource configuration.
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.bedrock.alpha.*; AgentAlias agentAlias; AgentGenAiResourceProps agentGenAiResourceProps = AgentGenAiResourceProps.builder() .agentAlias(agentAlias) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forAgentGenAiResourceProps
static final class
An implementation forAgentGenAiResourceProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
(experimental) The agent alias to use for the GenAI resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAgentAlias
(experimental) The agent alias to use for the GenAI resource. -
builder
- Returns:
- a
AgentGenAiResourceProps.Builder
ofAgentGenAiResourceProps
-