Class GatewayTargetCommonProps
(experimental) Common properties for all Gateway Target types.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Bedrock.Agentcore.Alpha
Assembly: Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.dll
Syntax (csharp)
public class GatewayTargetCommonProps : IGatewayTargetCommonProps
Syntax (vb)
Public Class GatewayTargetCommonProps Implements IGatewayTargetCommonProps
Remarks
Stability: Experimental
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.AWS.Bedrock.Agentcore.Alpha;
var gatewayTargetCommonProps = new GatewayTargetCommonProps {
GatewayTargetName = "gatewayTargetName",
// the properties below are optional
Description = "description"
};
Synopsis
Constructors
| GatewayTargetCommonProps() | (experimental) Common properties for all Gateway Target types. |
Properties
| Description | (experimental) Optional description for the gateway target The description can have up to 200 characters. |
| GatewayTargetName | (experimental) The name of the gateway target The name must be unique within the gateway Pattern: ^([0-9a-zA-Z][-]?){1,100}$. |
Constructors
GatewayTargetCommonProps()
(experimental) Common properties for all Gateway Target types.
public GatewayTargetCommonProps()
Remarks
Stability: Experimental
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.AWS.Bedrock.Agentcore.Alpha;
var gatewayTargetCommonProps = new GatewayTargetCommonProps {
GatewayTargetName = "gatewayTargetName",
// the properties below are optional
Description = "description"
};
Properties
Description
(experimental) Optional description for the gateway target The description can have up to 200 characters.
public string? Description { get; set; }
Property Value
Remarks
Default: - No description
Stability: Experimental
GatewayTargetName
(experimental) The name of the gateway target The name must be unique within the gateway Pattern: ^([0-9a-zA-Z][-]?){1,100}$.
public string GatewayTargetName { get; set; }
Property Value
Remarks
Stability: Experimental