Show / Hide Table of Contents

Class CfnMemory.InvocationConfigurationInputProperty

The memory invocation configuration input.

Inheritance
object
CfnMemory.InvocationConfigurationInputProperty
Implements
CfnMemory.IInvocationConfigurationInputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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).

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

string

Remarks

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

Implements

CfnMemory.IInvocationConfigurationInputProperty
Back to top Generated by DocFX