Class GatewayTargetCommonProps
(deprecated) 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: Deprecated
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 {
Description = "description",
GatewayTargetName = "gatewayTargetName"
};
Synopsis
Constructors
| GatewayTargetCommonProps() | (deprecated) Common properties for all Gateway Target types. |
Properties
| Description | (deprecated) Optional description for the gateway target The description can have up to 200 characters. |
| GatewayTargetName | (deprecated) The name of the gateway target The name must be unique within the gateway Pattern: ^([0-9a-zA-Z][-]?){1,100}$. |
Constructors
GatewayTargetCommonProps()
(deprecated) Common properties for all Gateway Target types.
public GatewayTargetCommonProps()
Remarks
Stability: Deprecated
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 {
Description = "description",
GatewayTargetName = "gatewayTargetName"
};
Properties
Description
(deprecated) Optional description for the gateway target The description can have up to 200 characters.
[Obsolete]
public string? Description { get; set; }
Property Value
Remarks
Default: - No description
Stability: Deprecated
GatewayTargetName
(deprecated) The name of the gateway target The name must be unique within the gateway Pattern: ^([0-9a-zA-Z][-]?){1,100}$.
[Obsolete]
public string? GatewayTargetName { get; set; }
Property Value
Remarks
Default: - auto generate
Stability: Deprecated