1. Packages
  2. Google Cloud Native
  3. API Docs
  4. eventarc
  5. eventarc/v1
  6. getChannelConnection

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

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.eventarc/v1.getChannelConnection

Explore with Pulumi AI

google-native logo

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

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Get a single ChannelConnection.

    Using getChannelConnection

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getChannelConnection(args: GetChannelConnectionArgs, opts?: InvokeOptions): Promise<GetChannelConnectionResult>
    function getChannelConnectionOutput(args: GetChannelConnectionOutputArgs, opts?: InvokeOptions): Output<GetChannelConnectionResult>
    def get_channel_connection(channel_connection_id: Optional[str] = None,
                               location: Optional[str] = None,
                               project: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetChannelConnectionResult
    def get_channel_connection_output(channel_connection_id: Optional[pulumi.Input[str]] = None,
                               location: Optional[pulumi.Input[str]] = None,
                               project: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetChannelConnectionResult]
    func LookupChannelConnection(ctx *Context, args *LookupChannelConnectionArgs, opts ...InvokeOption) (*LookupChannelConnectionResult, error)
    func LookupChannelConnectionOutput(ctx *Context, args *LookupChannelConnectionOutputArgs, opts ...InvokeOption) LookupChannelConnectionResultOutput

    > Note: This function is named LookupChannelConnection in the Go SDK.

    public static class GetChannelConnection 
    {
        public static Task<GetChannelConnectionResult> InvokeAsync(GetChannelConnectionArgs args, InvokeOptions? opts = null)
        public static Output<GetChannelConnectionResult> Invoke(GetChannelConnectionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetChannelConnectionResult> getChannelConnection(GetChannelConnectionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:eventarc/v1:getChannelConnection
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getChannelConnection Result

    The following output properties are available:

    ActivationToken string
    Input only. Activation token for the channel. The token will be used during the creation of ChannelConnection to bind the channel with the provider project. This field will not be stored in the provider resource.
    Channel string
    The name of the connected subscriber Channel. This is a weak reference to avoid cross project and cross accounts references. This must be in projects/{project}/location/{location}/channels/{channel_id} format.
    CreateTime string
    The creation time.
    Name string
    The name of the connection.
    Uid string
    Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
    UpdateTime string
    The last-modified time.
    ActivationToken string
    Input only. Activation token for the channel. The token will be used during the creation of ChannelConnection to bind the channel with the provider project. This field will not be stored in the provider resource.
    Channel string
    The name of the connected subscriber Channel. This is a weak reference to avoid cross project and cross accounts references. This must be in projects/{project}/location/{location}/channels/{channel_id} format.
    CreateTime string
    The creation time.
    Name string
    The name of the connection.
    Uid string
    Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
    UpdateTime string
    The last-modified time.
    activationToken String
    Input only. Activation token for the channel. The token will be used during the creation of ChannelConnection to bind the channel with the provider project. This field will not be stored in the provider resource.
    channel String
    The name of the connected subscriber Channel. This is a weak reference to avoid cross project and cross accounts references. This must be in projects/{project}/location/{location}/channels/{channel_id} format.
    createTime String
    The creation time.
    name String
    The name of the connection.
    uid String
    Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
    updateTime String
    The last-modified time.
    activationToken string
    Input only. Activation token for the channel. The token will be used during the creation of ChannelConnection to bind the channel with the provider project. This field will not be stored in the provider resource.
    channel string
    The name of the connected subscriber Channel. This is a weak reference to avoid cross project and cross accounts references. This must be in projects/{project}/location/{location}/channels/{channel_id} format.
    createTime string
    The creation time.
    name string
    The name of the connection.
    uid string
    Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
    updateTime string
    The last-modified time.
    activation_token str
    Input only. Activation token for the channel. The token will be used during the creation of ChannelConnection to bind the channel with the provider project. This field will not be stored in the provider resource.
    channel str
    The name of the connected subscriber Channel. This is a weak reference to avoid cross project and cross accounts references. This must be in projects/{project}/location/{location}/channels/{channel_id} format.
    create_time str
    The creation time.
    name str
    The name of the connection.
    uid str
    Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
    update_time str
    The last-modified time.
    activationToken String
    Input only. Activation token for the channel. The token will be used during the creation of ChannelConnection to bind the channel with the provider project. This field will not be stored in the provider resource.
    channel String
    The name of the connected subscriber Channel. This is a weak reference to avoid cross project and cross accounts references. This must be in projects/{project}/location/{location}/channels/{channel_id} format.
    createTime String
    The creation time.
    name String
    The name of the connection.
    uid String
    Server assigned ID of the resource. The server guarantees uniqueness and immutability until deleted.
    updateTime String
    The last-modified time.

    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.32.0 published on Wednesday, Nov 29, 2023 by Pulumi