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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

aws-native.bedrockagentcore.Gateway

Start a Neo task
Explain and create an aws-native.bedrockagentcore.Gateway resource
aws-native logo

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

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 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:

    AuthorizerType Pulumi.AwsNative.BedrockAgentCore.GatewayAuthorizerType
    The authorizer type for the gateway.
    ProtocolType Pulumi.AwsNative.BedrockAgentCore.GatewayProtocolType
    The protocol type for the gateway target.
    RoleArn string
    AuthorizerConfiguration Pulumi.AwsNative.BedrockAgentCore.Inputs.GatewayAuthorizerConfigurationProperties
    Description string
    The description for the gateway.
    ExceptionLevel Pulumi.AwsNative.BedrockAgentCore.GatewayExceptionLevel
    The exception level for the gateway.
    KmsKeyArn string
    The KMS key ARN for the gateway.
    Name string
    The name for the gateway.
    ProtocolConfiguration Pulumi.AwsNative.BedrockAgentCore.Inputs.GatewayProtocolConfigurationProperties
    The protocol configuration for the gateway target.
    Tags Dictionary<string, string>
    The tags for the gateway.
    AuthorizerType GatewayAuthorizerType
    The authorizer type for the gateway.
    ProtocolType GatewayProtocolType
    The protocol type for the gateway target.
    RoleArn string
    AuthorizerConfiguration GatewayAuthorizerConfigurationPropertiesArgs
    Description string
    The description for the gateway.
    ExceptionLevel GatewayExceptionLevel
    The exception level for the gateway.
    KmsKeyArn string
    The KMS key ARN for the gateway.
    Name string
    The name for the gateway.
    ProtocolConfiguration GatewayProtocolConfigurationPropertiesArgs
    The protocol configuration for the gateway target.
    Tags map[string]string
    The tags for the gateway.
    authorizerType GatewayAuthorizerType
    The authorizer type for the gateway.
    protocolType GatewayProtocolType
    The protocol type for the gateway target.
    roleArn String
    authorizerConfiguration GatewayAuthorizerConfigurationProperties
    description String
    The description for the gateway.
    exceptionLevel GatewayExceptionLevel
    The exception level for the gateway.
    kmsKeyArn String
    The KMS key ARN for the gateway.
    name String
    The name for the gateway.
    protocolConfiguration GatewayProtocolConfigurationProperties
    The protocol configuration for the gateway target.
    tags Map<String,String>
    The tags for the gateway.
    authorizerType GatewayAuthorizerType
    The authorizer type for the gateway.
    protocolType GatewayProtocolType
    The protocol type for the gateway target.
    roleArn string
    authorizerConfiguration GatewayAuthorizerConfigurationProperties
    description string
    The description for the gateway.
    exceptionLevel GatewayExceptionLevel
    The exception level for the gateway.
    kmsKeyArn string
    The KMS key ARN for the gateway.
    name string
    The name for the gateway.
    protocolConfiguration GatewayProtocolConfigurationProperties
    The protocol configuration for the gateway target.
    tags {[key: string]: string}
    The tags for the gateway.
    authorizer_type GatewayAuthorizerType
    The authorizer type for the gateway.
    protocol_type GatewayProtocolType
    The protocol type for the gateway target.
    role_arn str
    authorizer_configuration GatewayAuthorizerConfigurationPropertiesArgs
    description str
    The description for the gateway.
    exception_level GatewayExceptionLevel
    The exception level for the gateway.
    kms_key_arn str
    The KMS key ARN for the gateway.
    name str
    The name for the gateway.
    protocol_configuration GatewayProtocolConfigurationPropertiesArgs
    The protocol configuration for the gateway target.
    tags Mapping[str, str]
    The tags for the gateway.
    authorizerType "CUSTOM_JWT" | "AWS_IAM"
    The authorizer type for the gateway.
    protocolType "MCP"
    The protocol type for the gateway target.
    roleArn String
    authorizerConfiguration Property Map
    description String
    The description for the gateway.
    exceptionLevel "DEBUG"
    The exception level for the gateway.
    kmsKeyArn String
    The KMS key ARN for the gateway.
    name String
    The name for the gateway.
    protocolConfiguration Property Map
    The protocol configuration for the gateway target.
    tags Map<String>
    The tags for the gateway.

    Outputs

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

    CreatedAt string
    The date and time at which the gateway was created.
    GatewayArn string
    The ARN for the gateway.
    GatewayIdentifier string
    GatewayUrl string
    The gateway URL for the gateway.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status Pulumi.AwsNative.BedrockAgentCore.GatewayStatus
    The status for the gateway.
    StatusReasons List<string>
    The status reasons for the gateway.
    UpdatedAt string
    WorkloadIdentityDetails Pulumi.AwsNative.BedrockAgentCore.Outputs.GatewayWorkloadIdentityDetails
    CreatedAt string
    The date and time at which the gateway was created.
    GatewayArn string
    The ARN for the gateway.
    GatewayIdentifier string
    GatewayUrl string
    The gateway URL for the gateway.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status GatewayStatus
    The status for the gateway.
    StatusReasons []string
    The status reasons for the gateway.
    UpdatedAt string
    WorkloadIdentityDetails GatewayWorkloadIdentityDetails
    createdAt String
    The date and time at which the gateway was created.
    gatewayArn String
    The ARN for the gateway.
    gatewayIdentifier String
    gatewayUrl String
    The gateway URL for the gateway.
    id String
    The provider-assigned unique ID for this managed resource.
    status GatewayStatus
    The status for the gateway.
    statusReasons List<String>
    The status reasons for the gateway.
    updatedAt String
    workloadIdentityDetails GatewayWorkloadIdentityDetails
    createdAt string
    The date and time at which the gateway was created.
    gatewayArn string
    The ARN for the gateway.
    gatewayIdentifier string
    gatewayUrl string
    The gateway URL for the gateway.
    id string
    The provider-assigned unique ID for this managed resource.
    status GatewayStatus
    The status for the gateway.
    statusReasons string[]
    The status reasons for the gateway.
    updatedAt string
    workloadIdentityDetails GatewayWorkloadIdentityDetails
    created_at str
    The date and time at which the gateway was created.
    gateway_arn str
    The ARN for the gateway.
    gateway_identifier str
    gateway_url str
    The gateway URL for the gateway.
    id str
    The provider-assigned unique ID for this managed resource.
    status GatewayStatus
    The status for the gateway.
    status_reasons Sequence[str]
    The status reasons for the gateway.
    updated_at str
    workload_identity_details GatewayWorkloadIdentityDetails
    createdAt String
    The date and time at which the gateway was created.
    gatewayArn String
    The ARN for the gateway.
    gatewayIdentifier String
    gatewayUrl String
    The gateway URL for the gateway.
    id String
    The provider-assigned unique ID for this managed resource.
    status "CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED"
    The status for the gateway.
    statusReasons List<String>
    The status reasons for the gateway.
    updatedAt String
    workloadIdentityDetails Property Map

    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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate