Sha256: 619f785e1e5ccb543bf5a3bf5813d6cfaea4cea6122ed2ac0328b64f090a6fb9

Contents?: true

Size: 753 Bytes

Versions: 22

Compression:

Stored size: 753 Bytes

Contents

AWS::EC2::VPCEndpoint:
  Properties:
    PolicyDocument: |
      {
        "Statement" =>  [
          {
            "Sid"       => "Access-to-specific-bucket-only",
            "Effect"    => "Allow",
            "Principal" => "*",
            "Action"    => [
              "s3:GetObject",
              "s3:PutObject"
            ],
            "Resource" => [
              "arn:aws:s3:::my_secure_bucket",
              "arn:aws:s3:::my_secure_bucket/*"
            ]
          }
        ]
      }   
    RouteTableIds: |
      [  
        "rt-xxxxx"
      ]
    ServiceName: |
      "The AWS service to which you want to establish a connection. Specify the service name in the form of com.amazonaws.region.service."
    VpcId: |
      "vpc-xxxx"

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
cfnlego-0.6.3 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.6.2 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.6.1 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.6.0 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.5.1 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.5.0 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.4.0 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.3.6 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.3.5 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.3.4 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.3.3 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.3.2 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.3.1 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.3.0 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.2.9 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.2.8 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.2.7 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.2.6 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.2.5 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml
cfnlego-0.2.4 lib/cfnlego/resources/AWS/EC2/VPCEndpoint.yaml