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