Show / Hide Table of Contents

Interface CfnFlowVersionPropsMixin.IStorageFlowNodeS3ConfigurationProperty

Contains configurations for the Amazon S3 location in which to store the input into the node.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFlowVersionPropsMixin.IStorageFlowNodeS3ConfigurationProperty
Syntax (vb)
Public Interface CfnFlowVersionPropsMixin.IStorageFlowNodeS3ConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-storageflownodes3configuration.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.Mixins.Preview.AWS.Bedrock.Mixins;

             var storageFlowNodeS3ConfigurationProperty = new StorageFlowNodeS3ConfigurationProperty {
                 BucketName = "bucketName"
             };

Synopsis

Properties

BucketName

The name of the Amazon S3 bucket in which to store the input into the node.

Properties

BucketName

The name of the Amazon S3 bucket in which to store the input into the node.

string? BucketName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flowversion-storageflownodes3configuration.html#cfn-bedrock-flowversion-storageflownodes3configuration-bucketname

Back to top Generated by DocFX