by shigemk2

当面は技術的なことしか書かない

AWS::EC2::SecurityGroupIngress

特筆すること何もないけどDescriptionはあったほうがわかりやすい…

Type: AWS::EC2::SecurityGroupIngress
Properties:
  CidrIp: String
  CidrIpv6: String
  Description: String
  FromPort: Integer
  GroupId: String
  GroupName: String
  IpProtocol: String
  SourcePrefixListId: String
  SourceSecurityGroupId: String
  SourceSecurityGroupName: String
  SourceSecurityGroupOwnerId: String
  ToPort: Integer

docs.aws.amazon.com