Show / Hide Table of Contents

Class CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty

The API schema configuration for the gateway target.

Inheritance
object
CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty
Implements
CfnGatewayTargetPropsMixin.IApiSchemaConfigurationProperty
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.ApiSchemaConfigurationProperty : CfnGatewayTargetPropsMixin.IApiSchemaConfigurationProperty
Syntax (vb)
Public Class CfnGatewayTargetPropsMixin.ApiSchemaConfigurationProperty Implements CfnGatewayTargetPropsMixin.IApiSchemaConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apischemaconfiguration.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 apiSchemaConfigurationProperty = new ApiSchemaConfigurationProperty {
                 InlinePayload = "inlinePayload",
                 S3 = new S3ConfigurationProperty {
                     BucketOwnerAccountId = "bucketOwnerAccountId",
                     Uri = "uri"
                 }
             };

Synopsis

Constructors

ApiSchemaConfigurationProperty()

The API schema configuration for the gateway target.

Properties

InlinePayload

The inline payload for the gateway.

S3

The API schema configuration.

Constructors

ApiSchemaConfigurationProperty()

The API schema configuration for the gateway target.

public ApiSchemaConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apischemaconfiguration.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 apiSchemaConfigurationProperty = new ApiSchemaConfigurationProperty {
                 InlinePayload = "inlinePayload",
                 S3 = new S3ConfigurationProperty {
                     BucketOwnerAccountId = "bucketOwnerAccountId",
                     Uri = "uri"
                 }
             };

Properties

InlinePayload

The inline payload for the gateway.

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

string

Remarks

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

S3

The API schema configuration.

public object? S3 { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnGatewayTargetPropsMixin.IS3ConfigurationProperty

Implements

CfnGatewayTargetPropsMixin.IApiSchemaConfigurationProperty
Back to top Generated by DocFX