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();