interface InvocationConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_bedrockagentcore.CfnMemory.InvocationConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnMemory_InvocationConfigurationInputProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnMemory.InvocationConfigurationInputProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnMemory.InvocationConfigurationInputProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnMemory » InvocationConfigurationInputProperty |
The memory invocation configuration input.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const invocationConfigurationInputProperty: bedrockagentcore.CfnMemory.InvocationConfigurationInputProperty = {
payloadDeliveryBucketName: 'payloadDeliveryBucketName',
topicArn: 'topicArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| payload | string | The message invocation configuration information for the bucket name. |
| topic | string | The memory trigger condition topic Amazon Resource Name (ARN). |
payloadDeliveryBucketName?
Type:
string
(optional)
The message invocation configuration information for the bucket name.
topicArn?
Type:
string
(optional)
The memory trigger condition topic Amazon Resource Name (ARN).

.NET
Go
Java
Python
TypeScript