GatewayTargetCommonProps

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

Bases: object

(experimental) Common properties for all Gateway Target types.

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

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

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

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}$.

Default:
  • auto generate

Stability:

experimental

Type:

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