GatewayAttributes
- class aws_cdk.aws_bedrock_agentcore_alpha.GatewayAttributes(*, gateway_arn, gateway_id, gateway_name, role)
Bases:
object(deprecated) Attributes for importing an existing Gateway.
- Parameters:
gateway_arn (
str) – (deprecated) The ARN of the gateway.gateway_id (
str) – (deprecated) The ID of the gateway.gateway_name (
str) – (deprecated) The name of the gateway.role (
IRole) – (deprecated) The IAM role that provides permissions for the gateway.
- Deprecated:
Use the equivalent construct from
aws-cdk-lib/aws-bedrockagentcoreinstead.- 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 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
(deprecated) The ARN of the gateway.
- Stability:
deprecated
- gateway_id
(deprecated) The ID of the gateway.
- Stability:
deprecated
- gateway_name
(deprecated) The name of the gateway.
- Stability:
deprecated
- role
(deprecated) The IAM role that provides permissions for the gateway.
- Stability:
deprecated