This message was deleted.
# python
s
This message was deleted.
s
hi team, little pointers would be really helpful, more than willing to raise PR if required 🙂
g
The value you need to pass to
import_
comes from AWS rather than being the value you're passing as
parameter_group_name
. The format is written out here, so you'd be passing something like
aws:rds/parameterGroup:Parametergroup rds_pg <name>
s
hm so parameter group name is coming from aws itself, i am fetching it from aws rds properties
g
can you show me how you're fetching it? I think you need something like
f"aws:rds/parameterGroup:Parametergroup rds_pg {parameter_group_name}"
in that case