GatewayTargetCommonProps

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

Bases: object

(experimental) Common properties for all Gateway Target types.

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

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

Stability:

experimental

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(
    gateway_target_name="gatewayTargetName",

    # the properties below are optional
    description="description"
)

Attributes

description

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

Default:
  • No description

Stability:

experimental

gateway_target_name

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

Stability:

experimental

Type:

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