Created
October 1, 2021 13:40
-
-
Save mizzy/6aad2ff46fe3045f05c5c2f9a52a5c78 to your computer and use it in GitHub Desktop.
This file contains 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
_, 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