discord 2.0.0 published on Friday, Mar 7, 2025 by lucky3028
discord.getSystemChannel
Explore with Pulumi AI
Fetches a server’s system channel.
Using getSystemChannel
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 getSystemChannel(args: GetSystemChannelArgs, opts?: InvokeOptions): Promise<GetSystemChannelResult>
function getSystemChannelOutput(args: GetSystemChannelOutputArgs, opts?: InvokeOptions): Output<GetSystemChannelResult>
def get_system_channel(server_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSystemChannelResult
def get_system_channel_output(server_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSystemChannelResult]
func LookupSystemChannel(ctx *Context, args *LookupSystemChannelArgs, opts ...InvokeOption) (*LookupSystemChannelResult, error)
func LookupSystemChannelOutput(ctx *Context, args *LookupSystemChannelOutputArgs, opts ...InvokeOption) LookupSystemChannelResultOutput
> Note: This function is named LookupSystemChannel
in the Go SDK.
public static class GetSystemChannel
{
public static Task<GetSystemChannelResult> InvokeAsync(GetSystemChannelArgs args, InvokeOptions? opts = null)
public static Output<GetSystemChannelResult> Invoke(GetSystemChannelInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSystemChannelResult> getSystemChannel(GetSystemChannelArgs args, InvokeOptions options)
public static Output<GetSystemChannelResult> getSystemChannel(GetSystemChannelArgs args, InvokeOptions options)
fn::invoke:
function: discord:index/getSystemChannel:getSystemChannel
arguments:
# arguments dictionary
The following arguments are supported:
- Server
Id string - The server ID to search for.
- Server
Id string - The server ID to search for.
- server
Id String - The server ID to search for.
- server
Id string - The server ID to search for.
- server_
id str - The server ID to search for.
- server
Id String - The server ID to search for.
getSystemChannel Result
The following output properties are available:
- Id string
- The ID of the server.
- Server
Id string - The server ID to search for.
- System
Channel stringId - The ID of the server's system channel.
- Id string
- The ID of the server.
- Server
Id string - The server ID to search for.
- System
Channel stringId - The ID of the server's system channel.
- id String
- The ID of the server.
- server
Id String - The server ID to search for.
- system
Channel StringId - The ID of the server's system channel.
- id string
- The ID of the server.
- server
Id string - The server ID to search for.
- system
Channel stringId - The ID of the server's system channel.
- id str
- The ID of the server.
- server_
id str - The server ID to search for.
- system_
channel_ strid - The ID of the server's system channel.
- id String
- The ID of the server.
- server
Id String - The server ID to search for.
- system
Channel StringId - The ID of the server's system channel.
Package Details
- Repository
- discord lucky3028/terraform-provider-discord
- License
- Notes
- This Pulumi package is based on the
discord
Terraform Provider.