1. Packages
  2. Google Cloud Native
  3. API Docs
  4. datastream
  5. datastream/v1
  6. Route

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.30.0 published on Friday, Apr 14, 2023 by Pulumi

google-native.datastream/v1.Route

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.30.0 published on Friday, Apr 14, 2023 by Pulumi

    Use this method to create a route for a private connectivity configuration in a project and location. Auto-naming is currently not supported for this resource.

    Create Route Resource

    new Route(name: string, args: RouteArgs, opts?: CustomResourceOptions);
    @overload
    def Route(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              destination_address: Optional[str] = None,
              destination_port: Optional[int] = None,
              display_name: Optional[str] = None,
              labels: Optional[Mapping[str, str]] = None,
              location: Optional[str] = None,
              private_connection_id: Optional[str] = None,
              project: Optional[str] = None,
              request_id: Optional[str] = None,
              route_id: Optional[str] = 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: google-native:datastream/v1: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:

    DestinationAddress string

    Destination address for connection

    DisplayName string

    Display name.

    PrivateConnectionId string
    RouteId string

    Required. The Route identifier.

    DestinationPort int

    Destination port for connection

    Labels Dictionary<string, string>

    Labels.

    Location string
    Project string
    RequestId string

    Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

    DestinationAddress string

    Destination address for connection

    DisplayName string

    Display name.

    PrivateConnectionId string
    RouteId string

    Required. The Route identifier.

    DestinationPort int

    Destination port for connection

    Labels map[string]string

    Labels.

    Location string
    Project string
    RequestId string

    Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

    destinationAddress String

    Destination address for connection

    displayName String

    Display name.

    privateConnectionId String
    routeId String

    Required. The Route identifier.

    destinationPort Integer

    Destination port for connection

    labels Map<String,String>

    Labels.

    location String
    project String
    requestId String

    Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

    destinationAddress string

    Destination address for connection

    displayName string

    Display name.

    privateConnectionId string
    routeId string

    Required. The Route identifier.

    destinationPort number

    Destination port for connection

    labels {[key: string]: string}

    Labels.

    location string
    project string
    requestId string

    Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

    destination_address str

    Destination address for connection

    display_name str

    Display name.

    private_connection_id str
    route_id str

    Required. The Route identifier.

    destination_port int

    Destination port for connection

    labels Mapping[str, str]

    Labels.

    location str
    project str
    request_id str

    Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

    destinationAddress String

    Destination address for connection

    displayName String

    Display name.

    privateConnectionId String
    routeId String

    Required. The Route identifier.

    destinationPort Number

    Destination port for connection

    labels Map<String>

    Labels.

    location String
    project String
    requestId String

    Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

    Outputs

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

    CreateTime string

    The create time of the resource.

    Id string

    The provider-assigned unique ID for this managed resource.

    Name string

    The resource's name.

    UpdateTime string

    The update time of the resource.

    CreateTime string

    The create time of the resource.

    Id string

    The provider-assigned unique ID for this managed resource.

    Name string

    The resource's name.

    UpdateTime string

    The update time of the resource.

    createTime String

    The create time of the resource.

    id String

    The provider-assigned unique ID for this managed resource.

    name String

    The resource's name.

    updateTime String

    The update time of the resource.

    createTime string

    The create time of the resource.

    id string

    The provider-assigned unique ID for this managed resource.

    name string

    The resource's name.

    updateTime string

    The update time of the resource.

    create_time str

    The create time of the resource.

    id str

    The provider-assigned unique ID for this managed resource.

    name str

    The resource's name.

    update_time str

    The update time of the resource.

    createTime String

    The create time of the resource.

    id String

    The provider-assigned unique ID for this managed resource.

    name String

    The resource's name.

    updateTime String

    The update time of the resource.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.30.0 published on Friday, Apr 14, 2023 by Pulumi