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