Class CfnGateway.StreamingConfigurationProperty
Implements
Inherited Members
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
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
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; }