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>
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:
- Channel
Connection stringId - Location string
- Project string
- Channel
Connection stringId - Location string
- Project string
- channel
Connection StringId - location String
- project String
- channel
Connection stringId - location string
- project string
- channel_
connection_ strid - location str
- project str
- channel
Connection StringId - location String
- project String
getChannelConnection Result
The following output properties are available:
- Activation
Token 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. - Create
Time 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.
- Update
Time string - The last-modified time.
- Activation
Token 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. - Create
Time 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.
- Update
Time string - The last-modified time.
- activation
Token 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. - create
Time 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.
- update
Time String - The last-modified time.
- activation
Token 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. - create
Time 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.
- update
Time 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.
- activation
Token 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. - create
Time 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.
- update
Time 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