Interface CfnAgent.AgentDescriptorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAgent.AgentDescriptorProperty.Jsii$Proxy
- Enclosing class:
CfnAgent
@Stability(Stable)
public static interface CfnAgent.AgentDescriptorProperty
extends software.amazon.jsii.JsiiSerializable
An agent descriptor.
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.*;
AgentDescriptorProperty agentDescriptorProperty = AgentDescriptorProperty.builder()
.aliasArn("aliasArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAgent.AgentDescriptorPropertystatic final classAn implementation forCfnAgent.AgentDescriptorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAliasArn
The agent's alias ARN.- See Also:
-
builder
-