sparse-intern-71089
04/05/2022, 1:32 AMbreezy-painter-29573
04/05/2022, 1:47 AMargs=aws.efs.FileSystemArgs()
. Maybe you were confused by square brackets from docs in
Optional[FileSystemArgs]
but they just denotes the type of the argument for the optional argument.breezy-painter-29573
04/05/2022, 1:50 AMresource_name
and then use it again as a named parameterbreezy-painter-29573
04/05/2022, 1:51 AMalert-raincoat-81485
04/05/2022, 6:12 AMalert-raincoat-81485
04/05/2022, 5:34 PMbillowy-army-68599
billowy-army-68599
alert-raincoat-81485
04/05/2022, 6:03 PMbillowy-army-68599
alert-raincoat-81485
04/05/2022, 6:03 PMfoo = aws.efs.FileSystem(
"efs_filesystem",
resource_name="efs",
args=[aws.efs.FileSystemArgs()]
})
When i try to put args=[aws.efs.FileSystemArgs()]
that format doesn’t work with it.alert-raincoat-81485
04/05/2022, 6:04 PMalert-raincoat-81485
04/05/2022, 6:04 PMbillowy-army-68599
billowy-army-68599
foo = aws.efs.FileSystem(
"efs_filesystem",
resource_name="efs",
args=aws.efs.FileSystemArgs()
})
alert-raincoat-81485
04/05/2022, 6:04 PMbillowy-army-68599
alert-raincoat-81485
04/05/2022, 6:05 PMalert-raincoat-81485
04/05/2022, 6:06 PMFileSystemArgs()
doesn’t pop up.billowy-army-68599
alert-raincoat-81485
04/05/2022, 6:16 PMbillowy-army-68599
pulumi_aws
to the latest version