Difference between revisions of "Action"
Jump to navigation
Jump to search
(3 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
− | {{CodePipeline}} | + | [[action:]] |
+ | Terraform resource: [[aws_lb_listener_rule]] | ||
+ | |||
+ | |||
+ | {{S3_rw_bucket}} | ||
+ | |||
+ | == See also == | ||
+ | * {{CodePipeline}} |
Latest revision as of 08:59, 24 July 2023
action
category = "Source" category = "Build"
action: Terraform resource: aws_lb_listener_rule
{ "Version":"2012-10-17", "Statement":[ { "Effect":"Allow", "Action":[ "s3:ListBucket" ], "Resource":"arn:aws:s3:::DOC-EXAMPLE-BUCKET" }, { "Effect":"Allow", "Action":[ "s3:PutObject", "s3:GetObject" ], "Resource":"arn:aws:s3:::DOC-EXAMPLE-BUCKET/*" } ] }
See also[edit]
Advertising: