Show / Hide Table of Contents

Class CfnGatewayTargetPropsMixin.S3ConfigurationProperty

The S3 configuration for the gateway target.

Inheritance
object
CfnGatewayTargetPropsMixin.S3ConfigurationProperty
Implements
CfnGatewayTargetPropsMixin.IS3ConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnGatewayTargetPropsMixin.S3ConfigurationProperty : CfnGatewayTargetPropsMixin.IS3ConfigurationProperty
Syntax (vb)
Public Class CfnGatewayTargetPropsMixin.S3ConfigurationProperty Implements CfnGatewayTargetPropsMixin.IS3ConfigurationProperty
Remarks

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

             var s3ConfigurationProperty = new S3ConfigurationProperty {
                 BucketOwnerAccountId = "bucketOwnerAccountId",
                 Uri = "uri"
             };

Synopsis

Constructors

S3ConfigurationProperty()

The S3 configuration for the gateway target.

Properties

BucketOwnerAccountId

The S3 configuration bucket owner account ID for the gateway target.

Uri

The configuration URI for the gateway target.

Constructors

S3ConfigurationProperty()

The S3 configuration for the gateway target.

public S3ConfigurationProperty()
Remarks

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

             var s3ConfigurationProperty = new S3ConfigurationProperty {
                 BucketOwnerAccountId = "bucketOwnerAccountId",
                 Uri = "uri"
             };

Properties

BucketOwnerAccountId

The S3 configuration bucket owner account ID for the gateway target.

public string? BucketOwnerAccountId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-s3configuration.html#cfn-bedrockagentcore-gatewaytarget-s3configuration-bucketowneraccountid

Uri

The configuration URI for the gateway target.

public string? Uri { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-s3configuration.html#cfn-bedrockagentcore-gatewaytarget-s3configuration-uri

Implements

CfnGatewayTargetPropsMixin.IS3ConfigurationProperty
Back to top Generated by DocFX