billions-hospital-77217
12/08/2021, 1:15 AMvar j = new Pulumi.Aws.Ec2.Inputs.InstanceRootBlockDevice {
DeviceName = "SIKKA_UAT",
VolumeType = "gp3",
Tags = {
{ "Name", "SIKKA_UAT" },
}
};
But it's just not the right way to instantiate it (reference is wrong, InstanceRootBlockDevice isn't in Pulumi.Aws.Ec2.Inputs probably)billowy-army-68599
12/08/2021, 1:32 AMbillions-hospital-77217
12/08/2021, 1:40 AMPulumi.Aws.Ec2.Inputs.InstanceRootBlockDeviceArgs
AGH!billowy-army-68599
12/08/2021, 1:41 AM