Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-invocationconfigurationinput.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-invocationconfigurationinput.html#cfn-bedrockagentcore-memory-invocationconfigurationinput-payloaddeliverybucketname

TopicArn

The memory trigger condition topic Amazon Resource Name (ARN).

string? TopicArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-invocationconfigurationinput.html#cfn-bedrockagentcore-memory-invocationconfigurationinput-topicarn

Back to top Generated by DocFX