Created
November 27, 2018 15:55
-
-
Save JoaoVagner/deca329d85a98f8591891634777825ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
client.create_private_dns_namespace( | |
Name=args.cluster, | |
CreatorRequestId=str(datetime.datetime.now()), | |
Description=args.cluster, | |
Vpc=args.vpc_id | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment