1. Packages
  2. Discord Provider
  3. API Docs
  4. getSystemChannel
discord 2.0.0 published on Friday, Mar 7, 2025 by lucky3028

discord.getSystemChannel

Explore with Pulumi AI

discord logo
discord 2.0.0 published on Friday, Mar 7, 2025 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 dictionary

    The following arguments are supported:

    ServerId string
    The server ID to search for.
    ServerId string
    The server ID to search for.
    serverId String
    The server ID to search for.
    serverId string
    The server ID to search for.
    server_id str
    The server ID to search for.
    serverId String
    The server ID to search for.

    getSystemChannel Result

    The following output properties are available:

    Id string
    The ID of the server.
    ServerId string
    The server ID to search for.
    SystemChannelId string
    The ID of the server's system channel.
    Id string
    The ID of the server.
    ServerId string
    The server ID to search for.
    SystemChannelId string
    The ID of the server's system channel.
    id String
    The ID of the server.
    serverId String
    The server ID to search for.
    systemChannelId String
    The ID of the server's system channel.
    id string
    The ID of the server.
    serverId string
    The server ID to search for.
    systemChannelId string
    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_id str
    The ID of the server's system channel.
    id String
    The ID of the server.
    serverId String
    The server ID to search for.
    systemChannelId String
    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.
    discord logo
    discord 2.0.0 published on Friday, Mar 7, 2025 by lucky3028