The `awsId` in `secretsmanager.Secret` from `@pulu...
# aws
b
The
awsId
in
secretsmanager.Secret
from
@pulumi/aws-native
gives
undefined
instead of the ARN, is there anything I can do to resolve this? (I'm using TypeScript)
Actually the
id
field has the ARN, either the docs are wrong or there's a bug in https://www.pulumi.com/registry/packages/aws-native/api-docs/secretsmanager/secret/#awsid_nodejs
s
If there is a bug, it's nearly always the fault of the CC API since the AWS Native provider pretty much takes the API definition with little to no alteration.
But curious why you're using AWS Native instead of AWS?