Class CfnGatewayTargetPropsMixin.InferenceConnectorTargetConfigurationProperty
Inherited Members
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
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
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
Remarks
Type union: either IResolvable or CfnGatewayTargetPropsMixin.IInferenceConnectorSourceProperty