Show / Hide Table of Contents

Class GetMaintenanceWindow

Inheritance
System.Object
GetMaintenanceWindow
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public static class GetMaintenanceWindow

Methods

View Source

InvokeAsync(GetMaintenanceWindowArgs, InvokeOptions)

mongodbatlas..MaintenanceWindow provides a Maintenance Window entry datasource. Gets information regarding the configured maintenance window for a MongoDB Atlas project.

NOTE: Groups and projects are synonymous terms. You may find groupId in the official documentation.

Examples Usage

Declaration
public static Task<GetMaintenanceWindowResult> InvokeAsync(GetMaintenanceWindowArgs args, InvokeOptions options = null)
Parameters
Type Name Description
GetMaintenanceWindowArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetMaintenanceWindowResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.