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 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>
Copy
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]
Copy
func LookupChannelConnection(ctx *Context, args *LookupChannelConnectionArgs, opts ...InvokeOption) (*LookupChannelConnectionResult, error)
func LookupChannelConnectionOutput(ctx *Context, args *LookupChannelConnectionOutputArgs, opts ...InvokeOption) LookupChannelConnectionResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetChannelConnectionResult> getChannelConnection(GetChannelConnectionArgs args, InvokeOptions options)
public static Output<GetChannelConnectionResult> getChannelConnection(GetChannelConnectionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:eventarc/v1:getChannelConnection
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ChannelConnectionId This property is required. string
Location This property is required. string
Project string
ChannelConnectionId This property is required. string
Location This property is required. string
Project string
channelConnectionId This property is required. String
location This property is required. String
project String
channelConnectionId This property is required. string
location This property is required. string
project string
channel_connection_id This property is required. str
location This property is required. str
project str
channelConnectionId This property is required. String
location This property is required. String
project String

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 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