// *** WARNING: this file was generated by test. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; namespace Pulumi.Mongodbatlas { public static class GetCustomDbRoles { public static Task InvokeAsync(GetCustomDbRolesArgs? args = null, InvokeOptions? options = null) => Pulumi.Deployment.Instance.InvokeAsync("mongodbatlas::getCustomDbRoles", args ?? new GetCustomDbRolesArgs(), options.WithVersion()); } public sealed class GetCustomDbRolesArgs : Pulumi.InvokeArgs { public GetCustomDbRolesArgs() { } } [OutputType] public sealed class GetCustomDbRolesResult { public readonly Outputs.GetCustomDbRolesResult? Result; [OutputConstructor] private GetCustomDbRolesResult(Outputs.GetCustomDbRolesResult? result) { Result = result; } } }