1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. bedrockagentcore
  5. Gateway

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi

aws-native.bedrockagentcore.Gateway

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi

    Definition of AWS::BedrockAgentCore::Gateway Resource Type

    Create Gateway Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Gateway(name: string, args: GatewayArgs, opts?: CustomResourceOptions);
    @overload
    def Gateway(resource_name: str,
                args: GatewayArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Gateway(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                authorizer_type: Optional[GatewayAuthorizerType] = None,
                protocol_type: Optional[GatewayProtocolType] = None,
                role_arn: Optional[str] = None,
                authorizer_configuration: Optional[GatewayAuthorizerConfigurationPropertiesArgs] = None,
                description: Optional[str] = None,
                exception_level: Optional[GatewayExceptionLevel] = None,
                kms_key_arn: Optional[str] = None,
                name: Optional[str] = None,
                protocol_configuration: Optional[GatewayProtocolConfigurationPropertiesArgs] = None,
                tags: Optional[Mapping[str, str]] = None)
    func NewGateway(ctx *Context, name string, args GatewayArgs, opts ...ResourceOption) (*Gateway, error)
    public Gateway(string name, GatewayArgs args, CustomResourceOptions? opts = null)
    public Gateway(String name, GatewayArgs args)
    public Gateway(String name, GatewayArgs args, CustomResourceOptions options)
    
    type: aws-native:bedrockagentcore:Gateway
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args GatewayArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GatewayArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GatewayArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Gateway Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Gateway resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Gateway resource produces the following output properties:

    CreatedAt string
    GatewayArn string
    GatewayIdentifier string
    GatewayUrl string
    Id string
    The provider-assigned unique ID for this managed resource.
    Status GatewayStatus
    StatusReasons []string
    UpdatedAt string
    WorkloadIdentityDetails GatewayWorkloadIdentityDetails
    createdAt String
    gatewayArn String
    gatewayIdentifier String
    gatewayUrl String
    id String
    The provider-assigned unique ID for this managed resource.
    status GatewayStatus
    statusReasons List<String>
    updatedAt String
    workloadIdentityDetails GatewayWorkloadIdentityDetails
    createdAt string
    gatewayArn string
    gatewayIdentifier string
    gatewayUrl string
    id string
    The provider-assigned unique ID for this managed resource.
    status GatewayStatus
    statusReasons string[]
    updatedAt string
    workloadIdentityDetails GatewayWorkloadIdentityDetails

    Supporting Types

    GatewayAuthorizerConfigurationProperties, GatewayAuthorizerConfigurationPropertiesArgs

    GatewayAuthorizerType, GatewayAuthorizerTypeArgs

    CustomJwt
    CUSTOM_JWT
    AwsIam
    AWS_IAM
    GatewayAuthorizerTypeCustomJwt
    CUSTOM_JWT
    GatewayAuthorizerTypeAwsIam
    AWS_IAM
    CustomJwt
    CUSTOM_JWT
    AwsIam
    AWS_IAM
    CustomJwt
    CUSTOM_JWT
    AwsIam
    AWS_IAM
    CUSTOM_JWT
    CUSTOM_JWT
    AWS_IAM
    AWS_IAM
    "CUSTOM_JWT"
    CUSTOM_JWT
    "AWS_IAM"
    AWS_IAM

    GatewayCustomJwtAuthorizerConfiguration, GatewayCustomJwtAuthorizerConfigurationArgs

    DiscoveryUrl string
    AllowedAudience List<string>
    AllowedClients List<string>
    discoveryUrl String
    allowedAudience List<String>
    allowedClients List<String>
    discovery_url str
    allowed_audience Sequence[str]
    allowed_clients Sequence[str]
    discoveryUrl String
    allowedAudience List<String>
    allowedClients List<String>

    GatewayExceptionLevel, GatewayExceptionLevelArgs

    Debug
    DEBUG
    GatewayExceptionLevelDebug
    DEBUG
    Debug
    DEBUG
    Debug
    DEBUG
    DEBUG
    DEBUG
    "DEBUG"
    DEBUG

    GatewayMcpGatewayConfiguration, GatewayMcpGatewayConfigurationArgs

    GatewayProtocolConfigurationProperties, GatewayProtocolConfigurationPropertiesArgs

    GatewayProtocolType, GatewayProtocolTypeArgs

    Mcp
    MCP
    GatewayProtocolTypeMcp
    MCP
    Mcp
    MCP
    Mcp
    MCP
    MCP
    MCP
    "MCP"
    MCP

    GatewaySearchType, GatewaySearchTypeArgs

    Semantic
    SEMANTIC
    GatewaySearchTypeSemantic
    SEMANTIC
    Semantic
    SEMANTIC
    Semantic
    SEMANTIC
    SEMANTIC
    SEMANTIC
    "SEMANTIC"
    SEMANTIC

    GatewayStatus, GatewayStatusArgs

    Creating
    CREATING
    Updating
    UPDATING
    UpdateUnsuccessful
    UPDATE_UNSUCCESSFUL
    Deleting
    DELETING
    Ready
    READY
    Failed
    FAILED
    GatewayStatusCreating
    CREATING
    GatewayStatusUpdating
    UPDATING
    GatewayStatusUpdateUnsuccessful
    UPDATE_UNSUCCESSFUL
    GatewayStatusDeleting
    DELETING
    GatewayStatusReady
    READY
    GatewayStatusFailed
    FAILED
    Creating
    CREATING
    Updating
    UPDATING
    UpdateUnsuccessful
    UPDATE_UNSUCCESSFUL
    Deleting
    DELETING
    Ready
    READY
    Failed
    FAILED
    Creating
    CREATING
    Updating
    UPDATING
    UpdateUnsuccessful
    UPDATE_UNSUCCESSFUL
    Deleting
    DELETING
    Ready
    READY
    Failed
    FAILED
    CREATING
    CREATING
    UPDATING
    UPDATING
    UPDATE_UNSUCCESSFUL
    UPDATE_UNSUCCESSFUL
    DELETING
    DELETING
    READY
    READY
    FAILED
    FAILED
    "CREATING"
    CREATING
    "UPDATING"
    UPDATING
    "UPDATE_UNSUCCESSFUL"
    UPDATE_UNSUCCESSFUL
    "DELETING"
    DELETING
    "READY"
    READY
    "FAILED"
    FAILED

    GatewayWorkloadIdentityDetails, GatewayWorkloadIdentityDetailsArgs

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.36.0 published on Friday, Oct 3, 2025 by Pulumi
      AI Agentic Workflows: Register now