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