Interface AgentGenAiResourceProps
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 AgentGenAiResourceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
           date="2025-10-29T11:15:51.285Z")
@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 classA builder forAgentGenAiResourcePropsstatic final classAn 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.BuilderofAgentGenAiResourceProps 
 
 -