Viewing docs for discord 2.5.0
published on Saturday, Feb 28, 2026 by lucky3028
published on Saturday, Feb 28, 2026 by lucky3028
Viewing docs for discord 2.5.0
published on Saturday, Feb 28, 2026 by lucky3028
published on Saturday, Feb 28, 2026 by lucky3028
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 dictionaryThe 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 doubleFlags - The system channel flags of the server.
- 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 float64Flags - The system channel flags of the server.
- 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 DoubleFlags - The system channel flags of the server.
- 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 numberFlags - The system channel flags of the server.
- 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_ floatflags - The system channel flags of the server.
- 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 NumberFlags - The system channel flags of the server.
- 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
discordTerraform Provider.
Viewing docs for discord 2.5.0
published on Saturday, Feb 28, 2026 by lucky3028
published on Saturday, Feb 28, 2026 by lucky3028
