Difference between revisions of "Action"

From wikieduonline
Jump to navigation Jump to search
(Created page with "action category = "Source" category = "Build"")
 
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
   
 
   
 
  category = "Build"
 
  category = "Build"
 +
 +
 +
[[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: