Trying to import/create <Managed Prefix List>. Can...
# aws
g
Trying to import/create Managed Prefix List. Can someone tell me where I can find them for the python SDK .. ie.
Copy code
import pulumi
import pulumi_aws as aws

#e.g. for SecurityGroup
aws.ec2.SecurityGroup

# what is the equivalent for Managed Prefix List ??
b
unfortunately, because this is a relatively new aws feature, I don't think this feature had made it into the provider yet. sincere apologies
g
Thank you !! would u be able to give either an estimate of when it might be updated or any potential workaround ?