-
|
This is my first foray into AWS (Route53, specifically). Is the only way to pass multiple changes to the Edit-R53ResourceRecordSet cmdlet via the ChangeBatch_Change parameter to specify them individually, e.g. Is there a way to pass a dynamically created collection of changes? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Hello,
The
ChangeBatch_Changeparameter is an array ofAmazon.Route53.Model.Changerecords. You should be able to pass a collection. Can you share the full example of the command you are running if possible and the unexpected behavior you are seeing?