GatewayTargetCommonProps

class aws_cdk.aws_bedrock_agentcore_alpha.GatewayTargetCommonProps(*, description=None, gateway_target_name=None)

Bases: object

(deprecated) Common properties for all Gateway Target types.

Parameters:
  • description (Optional[str]) – (deprecated) Optional description for the gateway target The description can have up to 200 characters. Default: - No description

  • gateway_target_name (Optional[str]) – (deprecated) The name of the gateway target The name must be unique within the gateway Pattern: ^([0-9a-zA-Z][-]?){1,100}$. Default: - auto generate

Deprecated:

Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.

Stability:

deprecated

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_bedrock_agentcore_alpha as bedrock_agentcore_alpha

gateway_target_common_props = bedrock_agentcore_alpha.GatewayTargetCommonProps(
    description="description",
    gateway_target_name="gatewayTargetName"
)

Attributes

description

(deprecated) Optional description for the gateway target The description can have up to 200 characters.

Default:
  • No description

Stability:

deprecated

gateway_target_name

^([0-9a-zA-Z][-]?){1,100}$.

Default:
  • auto generate

Stability:

deprecated

Type:

(deprecated) The name of the gateway target The name must be unique within the gateway Pattern