great-sunset-355
03/19/2023, 6:30 PMaws.ecs.Secret
interface and it looks like it is manually maintained
https://github.com/pulumi/pulumi-aws/blob/1fc37e531140fd0dfb6b39cbfca9a99dadd19be2/sdk/nodejs/ecs/container.ts#L257
as opposed to automatic generation from the spec like aws-native
does it.
Until now I was not aware of that interface because nothing except awsx
seems to call it, hence I'd consider it undocumented
https://www.pulumi.com/registry/packages/aws/api-docs/ecs/taskdefinition/#containerdefinitions_nodejs
This issue supports my theory https://github.com/pulumi/pulumi-aws/issues/2322 about it.
@billowy-army-68599 As the author of the issue above, could you please confirm or correct my suspicion?astonishing-dentist-11149
03/20/2023, 2:31 PM