Show / Hide Table of Contents

Interface CfnMemory.IStreamDeliveryResourcesProperty

Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMemory.IStreamDeliveryResourcesProperty
Syntax (vb)
Public Interface CfnMemory.IStreamDeliveryResourcesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-streamdeliveryresources.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 streamDeliveryResourcesProperty = new StreamDeliveryResourcesProperty {
                 Resources = new [] { new StreamDeliveryResourceProperty {
                     Kinesis = new KinesisResourceProperty {
                         ContentConfigurations = new [] { new ContentConfigurationProperty {
                             Type = "type",

                             // the properties below are optional
                             Level = "level"
                         } },
                         DataStreamArn = "dataStreamArn"
                     }
                 } }
             };

Synopsis

Properties

Resources

Properties

Resources

object Resources { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-streamdeliveryresources.html#cfn-bedrockagentcore-memory-streamdeliveryresources-resources

Type union: either IResolvable or (either IResolvable or CfnMemory.IStreamDeliveryResourceProperty)[]

Back to top Generated by DocFX