Class CfnGatewayTargetPropsMixin.S3ConfigurationProperty
The S3 configuration for the gateway target.
Inherited Members
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
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
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
Remarks
Uri
The configuration URI for the gateway target.
public string? Uri { get; set; }