GatewayTargetCommonProps
- class aws_cdk.aws_bedrockagentcore.GatewayTargetCommonProps(*, description=None, gateway_target_name=None)
Bases:
objectCommon properties for all Gateway Target types.
- Parameters:
description (
Optional[str]) – Optional description for the gateway target The description can have up to 200 characters. Default: - No descriptiongateway_target_name (
Optional[str]) – The name of the gateway target The name must be unique within the gateway Pattern: ^([0-9a-zA-Z][-]?){1,100}$. Default: - auto generate
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_bedrockagentcore as bedrockagentcore gateway_target_common_props = bedrockagentcore.GatewayTargetCommonProps( description="description", gateway_target_name="gatewayTargetName" )
Attributes
- description
Optional description for the gateway target The description can have up to 200 characters.
- Default:
No description
- gateway_target_name
^([0-9a-zA-Z][-]?){1,100}$.
- Default:
auto generate
- Type:
The name of the gateway target The name must be unique within the gateway Pattern