Horje
cloudformation metadata Code Example
cloudformation metadata
  Policy:
    Type: AWS::SQS::QueuePolicy
    Metadata:
      Comment: "cross accout policy"
      Test: "yes"
      Bla: "Bla"
    Properties:
      PolicyDocument:
        Id: aaa
        Version: "2012-10-17"
        Statement:
          - Sid: aaa
            Effect: Allow
            Action:
              - sqs:SendMessage
            Principal:
              AWS:
                - !Sub "${AWS::AccountId}"
            Resource: !GetAtt Queue.Arn
      Queues:
        - !Ref Queue




Whatever

Related
Download file from 3rd party API Code Example Download file from 3rd party API Code Example
how to make text go away automatically in visual studio Code Example how to make text go away automatically in visual studio Code Example
how to get popbackstack string value android Code Example how to get popbackstack string value android Code Example
naturlig fødekiler Code Example naturlig fødekiler Code Example
launch neovim Code Example launch neovim Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9