interface CachePointBlockProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnPromptVersionPropsMixin.CachePointBlockProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnPromptVersionPropsMixin_CachePointBlockProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnPromptVersionPropsMixin.CachePointBlockProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnPromptVersionPropsMixin.CachePointBlockProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnPromptVersionPropsMixin » CachePointBlockProperty |
Defines a section of content to be cached for reuse in subsequent API calls.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const cachePointBlockProperty: bedrock.CfnPromptVersionPropsMixin.CachePointBlockProperty = {
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| type? | string | Specifies the type of cache point within the CachePointBlock. |
type?
Type:
string
(optional)
Specifies the type of cache point within the CachePointBlock.

.NET
Go
Java
Python
TypeScript