Package | Description |
---|---|
software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
Modifier and Type | Method and Description |
---|---|
CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.cidrIp(String cidrIp)
`AWS::EC2::SecurityGroupIngress.CidrIp`.
|
CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.cidrIpv6(String cidrIpv6)
`AWS::EC2::SecurityGroupIngress.CidrIpv6`.
|
static CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.create(software.constructs.Construct scope,
String id) |
CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.description(String description)
`AWS::EC2::SecurityGroupIngress.Description`.
|
CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.fromPort(Number fromPort)
`AWS::EC2::SecurityGroupIngress.FromPort`.
|
CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.groupId(String groupId)
`AWS::EC2::SecurityGroupIngress.GroupId`.
|
CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.groupName(String groupName)
`AWS::EC2::SecurityGroupIngress.GroupName`.
|
CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.ipProtocol(String ipProtocol)
`AWS::EC2::SecurityGroupIngress.IpProtocol`.
|
CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.sourcePrefixListId(String sourcePrefixListId)
`AWS::EC2::SecurityGroupIngress.SourcePrefixListId`.
|
CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.sourceSecurityGroupId(String sourceSecurityGroupId)
`AWS::EC2::SecurityGroupIngress.SourceSecurityGroupId`.
|
CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.sourceSecurityGroupName(String sourceSecurityGroupName)
`AWS::EC2::SecurityGroupIngress.SourceSecurityGroupName`.
|
CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.sourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
`AWS::EC2::SecurityGroupIngress.SourceSecurityGroupOwnerId`.
|
CfnSecurityGroupIngress.Builder |
CfnSecurityGroupIngress.Builder.toPort(Number toPort)
`AWS::EC2::SecurityGroupIngress.ToPort`.
|
Copyright © 2021. All rights reserved.