Skip to content

Instantly share code, notes, and snippets.

@mizzy
Created October 1, 2021 13:40
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 mizzy/6aad2ff46fe3045f05c5c2f9a52a5c78 to your computer and use it in GitHub Desktop.
Save mizzy/6aad2ff46fe3045f05c5c2f9a52a5c78 to your computer and use it in GitHub Desktop.
_, err := cloudwatch.NewLogGroup(ctx, "sock_shop", &cloudwatch.LogGroupArgs{
Name: pulumi.String("sock-shop"),
RetentionInDays: pulumi.Int(7),
}, pulumi.Import(pulumi.ID("sock-shop"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment