Show / Hide Table of Contents

Class CfnGatewayTargetPropsMixin.InferenceConnectorTargetConfigurationProperty

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

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

             var inferenceConnectorTargetConfigurationProperty = new InferenceConnectorTargetConfigurationProperty {
                 Source = new InferenceConnectorSourceProperty {
                     ConnectorId = "connectorId"
                 }
             };

Synopsis

Constructors

InferenceConnectorTargetConfigurationProperty()

Properties

Source

Constructors

InferenceConnectorTargetConfigurationProperty()

public InferenceConnectorTargetConfigurationProperty()
Remarks

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

             var inferenceConnectorTargetConfigurationProperty = new InferenceConnectorTargetConfigurationProperty {
                 Source = new InferenceConnectorSourceProperty {
                     ConnectorId = "connectorId"
                 }
             };

Properties

Source

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

object

Remarks

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

Type union: either IResolvable or CfnGatewayTargetPropsMixin.IInferenceConnectorSourceProperty

Implements

CfnGatewayTargetPropsMixin.IInferenceConnectorTargetConfigurationProperty
Back to top Generated by DocFX