Show / Hide Table of Contents

Class CfnGateway.StreamingConfigurationProperty

Inheritance
object
CfnGateway.StreamingConfigurationProperty
Implements
CfnGateway.IStreamingConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGateway.StreamingConfigurationProperty : CfnGateway.IStreamingConfigurationProperty
Syntax (vb)
Public Class CfnGateway.StreamingConfigurationProperty Implements CfnGateway.IStreamingConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-streamingconfiguration.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.AWS.BedrockAgentCore;

             var streamingConfigurationProperty = new StreamingConfigurationProperty {
                 EnableResponseStreaming = false
             };

Synopsis

Constructors

StreamingConfigurationProperty()

Properties

EnableResponseStreaming

Constructors

StreamingConfigurationProperty()

public StreamingConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-streamingconfiguration.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.AWS.BedrockAgentCore;

             var streamingConfigurationProperty = new StreamingConfigurationProperty {
                 EnableResponseStreaming = false
             };

Properties

EnableResponseStreaming

public object? EnableResponseStreaming { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gateway-streamingconfiguration.html#cfn-bedrockagentcore-gateway-streamingconfiguration-enableresponsestreaming

Type union: either bool or IResolvable

Implements

CfnGateway.IStreamingConfigurationProperty
Back to top Generated by DocFX