GatewayAttributes
- class aws_cdk.aws_bedrock_agentcore_alpha.GatewayAttributes(*, gateway_arn, gateway_id, gateway_name, role)
Bases:
object(experimental) Attributes for importing an existing Gateway.
- Parameters:
gateway_arn (
str) – (experimental) The ARN of the gateway.gateway_id (
str) – (experimental) The ID of the gateway.gateway_name (
str) – (experimental) The name of the gateway.role (
IRole) – (experimental) The IAM role that provides permissions for the gateway.
- 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 from aws_cdk import aws_iam as iam # role: iam.Role gateway_attributes = bedrock_agentcore_alpha.GatewayAttributes( gateway_arn="gatewayArn", gateway_id="gatewayId", gateway_name="gatewayName", role=role )
Attributes
- gateway_arn
(experimental) The ARN of the gateway.
- Stability:
experimental
- gateway_id
(experimental) The ID of the gateway.
- Stability:
experimental
- gateway_name
(experimental) The name of the gateway.
- Stability:
experimental
- role
(experimental) The IAM role that provides permissions for the gateway.
- Stability:
experimental