interface InvocationConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins.CfnMemoryPropsMixin.InvocationConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrockagentcore/mixins#CfnMemoryPropsMixin_InvocationConfigurationInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrockagentcore.mixins.CfnMemoryPropsMixin.InvocationConfigurationInputProperty |
Python | aws_cdk.mixins_preview.aws_bedrockagentcore.mixins.CfnMemoryPropsMixin.InvocationConfigurationInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrockagentcore » mixins » CfnMemoryPropsMixin » 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 { mixins as bedrockagentcore_mixins } from '@aws-cdk/mixins-preview/aws-bedrockagentcore';
const invocationConfigurationInputProperty: bedrockagentcore_mixins.CfnMemoryPropsMixin.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