Show / Hide Table of Contents

Class CfnPromptVersionPropsMixin.PromptAgentResourceProperty

Contains specifications for an Amazon Bedrock agent with which to use the prompt.

Inheritance
object
CfnPromptVersionPropsMixin.PromptAgentResourceProperty
Implements
CfnPromptVersionPropsMixin.IPromptAgentResourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPromptVersionPropsMixin.PromptAgentResourceProperty : CfnPromptVersionPropsMixin.IPromptAgentResourceProperty
Syntax (vb)
Public Class CfnPromptVersionPropsMixin.PromptAgentResourceProperty Implements CfnPromptVersionPropsMixin.IPromptAgentResourceProperty
Remarks

For more information, see Create a prompt using Prompt management and Automate tasks in your application using conversational agents .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-promptversion-promptagentresource.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;

             var promptAgentResourceProperty = new PromptAgentResourceProperty {
                 AgentIdentifier = "agentIdentifier"
             };

Synopsis

Constructors

PromptAgentResourceProperty()

Contains specifications for an Amazon Bedrock agent with which to use the prompt.

Properties

AgentIdentifier

The ARN of the agent with which to use the prompt.

Constructors

PromptAgentResourceProperty()

Contains specifications for an Amazon Bedrock agent with which to use the prompt.

public PromptAgentResourceProperty()
Remarks

For more information, see Create a prompt using Prompt management and Automate tasks in your application using conversational agents .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-promptversion-promptagentresource.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;

             var promptAgentResourceProperty = new PromptAgentResourceProperty {
                 AgentIdentifier = "agentIdentifier"
             };

Properties

AgentIdentifier

The ARN of the agent with which to use the prompt.

public string? AgentIdentifier { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-promptversion-promptagentresource.html#cfn-bedrock-promptversion-promptagentresource-agentidentifier

Implements

CfnPromptVersionPropsMixin.IPromptAgentResourceProperty
Back to top Generated by DocFX