interface KinesisResourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnMemoryPropsMixin.KinesisResourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnMemoryPropsMixin_KinesisResourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnMemoryPropsMixin.KinesisResourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnMemoryPropsMixin.KinesisResourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnMemoryPropsMixin » KinesisResourceProperty |
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 kinesisResourceProperty: bedrockagentcore.CfnMemoryPropsMixin.KinesisResourceProperty = {
contentConfigurations: [{
level: 'level',
type: 'type',
}],
dataStreamArn: 'dataStreamArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| content | IResolvable | (IResolvable | Content)[] | |
| data | string | ARN format. |
contentConfigurations?
Type:
IResolvable | (IResolvable | Content)[]
(optional)
dataStreamArn?
Type:
string
(optional)
ARN format.

.NET
Go
Java
Python
TypeScript