Show / Hide Table of Contents

Class CfnPromptVersionPropsMixin.CachePointBlockProperty

Defines a section of content to be cached for reuse in subsequent API calls.

Inheritance
object
CfnPromptVersionPropsMixin.CachePointBlockProperty
Implements
CfnPromptVersionPropsMixin.ICachePointBlockProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Bedrock
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnPromptVersionPropsMixin.CachePointBlockProperty : CfnPromptVersionPropsMixin.ICachePointBlockProperty
Syntax (vb)
Public Class CfnPromptVersionPropsMixin.CachePointBlockProperty Implements CfnPromptVersionPropsMixin.ICachePointBlockProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-promptversion-cachepointblock.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.Bedrock;

             var cachePointBlockProperty = new CachePointBlockProperty {
                 Type = "type"
             };

Synopsis

Constructors

CachePointBlockProperty()

Defines a section of content to be cached for reuse in subsequent API calls.

Properties

Type

Specifies the type of cache point within the CachePointBlock.

Constructors

CachePointBlockProperty()

Defines a section of content to be cached for reuse in subsequent API calls.

public CachePointBlockProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-promptversion-cachepointblock.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.Bedrock;

             var cachePointBlockProperty = new CachePointBlockProperty {
                 Type = "type"
             };

Properties

Type

Specifies the type of cache point within the CachePointBlock.

public string? Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-promptversion-cachepointblock.html#cfn-bedrock-promptversion-cachepointblock-type

Implements

CfnPromptVersionPropsMixin.ICachePointBlockProperty
Back to top Generated by DocFX