Skip to content

Instantly share code, notes, and snippets.

@francoiscampbell
Created August 20, 2020 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save francoiscampbell/4a53161176a38eb3dae3938aa37f4f64 to your computer and use it in GitHub Desktop.
Save francoiscampbell/4a53161176a38eb3dae3938aa37f4f64 to your computer and use it in GitHub Desktop.
def describe_target_group(arn: TargetGroupArn):
# at this point, we know "arn" is a valid ARN
return client.describe_target_groups(
TargetGroupArns=[str(arn)]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment