2021-08-10 05:58:24 +00:00
|
|
|
// *** 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.FooBar.Inputs
|
|
|
|
{
|
|
|
|
|
2022-07-27 09:24:21 +00:00
|
|
|
public sealed class TopLevelArgs : global::Pulumi.ResourceArgs
|
2021-08-10 05:58:24 +00:00
|
|
|
{
|
|
|
|
[Input("buzz")]
|
|
|
|
public Input<string>? Buzz { get; set; }
|
|
|
|
|
|
|
|
public TopLevelArgs()
|
|
|
|
{
|
|
|
|
}
|
2022-07-27 09:23:34 +00:00
|
|
|
public static new TopLevelArgs Empty => new TopLevelArgs();
|
2021-08-10 05:58:24 +00:00
|
|
|
}
|
|
|
|
}
|