Show / Hide Table of Contents

Class CfnFlowVersion.StorageFlowNodeS3ConfigurationProperty

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

Inheritance
object
CfnFlowVersion.StorageFlowNodeS3ConfigurationProperty
Implements
CfnFlowVersion.IStorageFlowNodeS3ConfigurationProperty
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.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFlowVersion.StorageFlowNodeS3ConfigurationProperty : CfnFlowVersion.IStorageFlowNodeS3ConfigurationProperty
Syntax (vb)
Public Class CfnFlowVersion.StorageFlowNodeS3ConfigurationProperty Implements CfnFlowVersion.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.AWS.Bedrock;

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

Synopsis

Constructors

StorageFlowNodeS3ConfigurationProperty()

Contains configurations for the Amazon S3 location 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.

Constructors

StorageFlowNodeS3ConfigurationProperty()

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

public StorageFlowNodeS3ConfigurationProperty()
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.AWS.Bedrock;

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

Properties

BucketName

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

public string BucketName { get; set; }
Property Value

string

Remarks

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

Implements

CfnFlowVersion.IStorageFlowNodeS3ConfigurationProperty
Back to top Generated by DocFX