1. Packages
  2. AWS Native
  3. API Docs
  4. refactorspaces
  5. Route

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi

aws-native.refactorspaces.Route

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi

    Definition of AWS::RefactorSpaces::Route Resource Type

    Create Route Resource

    new Route(name: string, args: RouteArgs, opts?: CustomResourceOptions);
    @overload
    def Route(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              application_identifier: Optional[str] = None,
              default_route: Optional[RouteDefaultRouteInputArgs] = None,
              environment_identifier: Optional[str] = None,
              route_type: Optional[RouteType] = None,
              service_identifier: Optional[str] = None,
              tags: Optional[Sequence[RouteTagArgs]] = None,
              uri_path_route: Optional[RouteUriPathRouteInputArgs] = None)
    @overload
    def Route(resource_name: str,
              args: RouteArgs,
              opts: Optional[ResourceOptions] = None)
    func NewRoute(ctx *Context, name string, args RouteArgs, opts ...ResourceOption) (*Route, error)
    public Route(string name, RouteArgs args, CustomResourceOptions? opts = null)
    public Route(String name, RouteArgs args)
    public Route(String name, RouteArgs args, CustomResourceOptions options)
    
    type: aws-native:refactorspaces:Route
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args RouteArgs
    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 RouteArgs
    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 RouteArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RouteArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RouteArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Route Resource Properties

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

    Inputs

    The Route resource accepts the following input properties:

    ApplicationIdentifier string
    EnvironmentIdentifier string
    RouteType RouteType
    ServiceIdentifier string
    DefaultRoute RouteDefaultRouteInputArgs
    Tags []RouteTagArgs

    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

    UriPathRoute RouteUriPathRouteInputArgs
    applicationIdentifier String
    environmentIdentifier String
    routeType RouteType
    serviceIdentifier String
    defaultRoute RouteDefaultRouteInput
    tags List<RouteTag>

    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

    uriPathRoute RouteUriPathRouteInput
    applicationIdentifier string
    environmentIdentifier string
    routeType RouteType
    serviceIdentifier string
    defaultRoute RouteDefaultRouteInput
    tags RouteTag[]

    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

    uriPathRoute RouteUriPathRouteInput
    applicationIdentifier String
    environmentIdentifier String
    routeType "DEFAULT" | "URI_PATH"
    serviceIdentifier String
    defaultRoute Property Map
    tags List<Property Map>

    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

    uriPathRoute Property Map

    Outputs

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

    Arn string
    Id string

    The provider-assigned unique ID for this managed resource.

    PathResourceToId string
    RouteIdentifier string
    Arn string
    Id string

    The provider-assigned unique ID for this managed resource.

    PathResourceToId string
    RouteIdentifier string
    arn String
    id String

    The provider-assigned unique ID for this managed resource.

    pathResourceToId String
    routeIdentifier String
    arn string
    id string

    The provider-assigned unique ID for this managed resource.

    pathResourceToId string
    routeIdentifier string
    arn str
    id str

    The provider-assigned unique ID for this managed resource.

    path_resource_to_id str
    route_identifier str
    arn String
    id String

    The provider-assigned unique ID for this managed resource.

    pathResourceToId String
    routeIdentifier String

    Supporting Types

    RouteActivationState, RouteActivationStateArgs

    Inactive
    INACTIVE
    Active
    ACTIVE
    RouteActivationStateInactive
    INACTIVE
    RouteActivationStateActive
    ACTIVE
    Inactive
    INACTIVE
    Active
    ACTIVE
    Inactive
    INACTIVE
    Active
    ACTIVE
    INACTIVE
    INACTIVE
    ACTIVE
    ACTIVE
    "INACTIVE"
    INACTIVE
    "ACTIVE"
    ACTIVE

    RouteDefaultRouteInput, RouteDefaultRouteInputArgs

    RouteMethod, RouteMethodArgs

    Delete
    DELETE
    Get
    GET
    Head
    HEAD
    Options
    OPTIONS
    Patch
    PATCH
    Post
    POST
    Put
    PUT
    RouteMethodDelete
    DELETE
    RouteMethodGet
    GET
    RouteMethodHead
    HEAD
    RouteMethodOptions
    OPTIONS
    RouteMethodPatch
    PATCH
    RouteMethodPost
    POST
    RouteMethodPut
    PUT
    Delete
    DELETE
    Get
    GET
    Head
    HEAD
    Options
    OPTIONS
    Patch
    PATCH
    Post
    POST
    Put
    PUT
    Delete
    DELETE
    Get
    GET
    Head
    HEAD
    Options
    OPTIONS
    Patch
    PATCH
    Post
    POST
    Put
    PUT
    DELETE
    DELETE
    GET
    GET
    HEAD
    HEAD
    OPTIONS
    OPTIONS
    PATCH
    PATCH
    POST
    POST
    PUT
    PUT
    "DELETE"
    DELETE
    "GET"
    GET
    "HEAD"
    HEAD
    "OPTIONS"
    OPTIONS
    "PATCH"
    PATCH
    "POST"
    POST
    "PUT"
    PUT

    RouteTag, RouteTagArgs

    Key string

    A string used to identify this tag

    Value string

    A string containing the value for the tag

    Key string

    A string used to identify this tag

    Value string

    A string containing the value for the tag

    key String

    A string used to identify this tag

    value String

    A string containing the value for the tag

    key string

    A string used to identify this tag

    value string

    A string containing the value for the tag

    key str

    A string used to identify this tag

    value str

    A string containing the value for the tag

    key String

    A string used to identify this tag

    value String

    A string containing the value for the tag

    RouteType, RouteTypeArgs

    Default
    DEFAULT
    UriPath
    URI_PATH
    RouteTypeDefault
    DEFAULT
    RouteTypeUriPath
    URI_PATH
    Default
    DEFAULT
    UriPath
    URI_PATH
    Default
    DEFAULT
    UriPath
    URI_PATH
    DEFAULT
    DEFAULT
    URI_PATH
    URI_PATH
    "DEFAULT"
    DEFAULT
    "URI_PATH"
    URI_PATH

    RouteUriPathRouteInput, RouteUriPathRouteInputArgs

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi