Class CfnMemory.InvocationConfigurationInputProperty
The memory invocation configuration input.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMemory.InvocationConfigurationInputProperty : CfnMemory.IInvocationConfigurationInputProperty
Syntax (vb)
Public Class CfnMemory.InvocationConfigurationInputProperty Implements CfnMemory.IInvocationConfigurationInputProperty
Remarks
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.AWS.BedrockAgentCore;
var invocationConfigurationInputProperty = new InvocationConfigurationInputProperty {
PayloadDeliveryBucketName = "payloadDeliveryBucketName",
TopicArn = "topicArn"
};
Synopsis
Constructors
| InvocationConfigurationInputProperty() | The memory invocation configuration input. |
Properties
| PayloadDeliveryBucketName | The message invocation configuration information for the bucket name. |
| TopicArn | The memory trigger condition topic Amazon Resource Name (ARN). |
Constructors
InvocationConfigurationInputProperty()
The memory invocation configuration input.
public InvocationConfigurationInputProperty()
Remarks
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.AWS.BedrockAgentCore;
var invocationConfigurationInputProperty = new InvocationConfigurationInputProperty {
PayloadDeliveryBucketName = "payloadDeliveryBucketName",
TopicArn = "topicArn"
};
Properties
PayloadDeliveryBucketName
The message invocation configuration information for the bucket name.
public string? PayloadDeliveryBucketName { get; set; }
Property Value
Remarks
TopicArn
The memory trigger condition topic Amazon Resource Name (ARN).
public string? TopicArn { get; set; }