| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.elasticloadbalancing |
Amazon Elastic Load Balancing Construct Library
|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Port |
Port.ah()
(experimental) A single AH port.
|
static Port |
Port.allIcmp()
(experimental) All ICMP traffic.
|
static Port |
Port.allTcp()
(experimental) Any TCP traffic.
|
static Port |
Port.allTraffic()
(experimental) All traffic.
|
static Port |
Port.allUdp()
(experimental) Any UDP traffic.
|
Port |
Port.Builder.build() |
static Port |
Port.esp()
(experimental) A single ESP port.
|
Port |
SecurityGroup.getDefaultPort() |
Port |
Connections.getDefaultPort()
(experimental) The default port configured for this connection peer, if available.
|
default Port |
ConnectionsProps.getDefaultPort()
(experimental) Default port range for initiating connections to and from this object.
|
Port |
ConnectionsProps.Jsii$Proxy.getDefaultPort() |
static Port |
Port.icmpPing()
(experimental) ICMP ping (echo) traffic.
|
static Port |
Port.icmpType(Number type)
(experimental) All codes for a single ICMP type.
|
static Port |
Port.icmpTypeAndCode(Number type,
Number code)
(experimental) A specific combination of ICMP type and code.
|
static Port |
Port.tcp(Number port)
(experimental) A single TCP port.
|
static Port |
Port.tcpRange(Number startPort,
Number endPort)
(experimental) A TCP port range.
|
static Port |
Port.udp(Number port)
(experimental) A single UDP port.
|
static Port |
Port.udpRange(Number startPort,
Number endPort)
(experimental) A UDP port range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISecurityGroup.addEgressRule(IPeer peer,
Port connection)
(experimental) Add an egress rule for the current security group.
|
void |
ISecurityGroup.Jsii$Proxy.addEgressRule(IPeer peer,
Port connection)
(experimental) Add an egress rule for the current security group.
|
void |
SecurityGroup.addEgressRule(IPeer peer,
Port connection)
(experimental) Add an egress rule for the current security group.
|
void |
ISecurityGroup.addEgressRule(IPeer peer,
Port connection,
String description)
(experimental) Add an egress rule for the current security group.
|
void |
ISecurityGroup.Jsii$Proxy.addEgressRule(IPeer peer,
Port connection,
String description)
(experimental) Add an egress rule for the current security group.
|
void |
SecurityGroup.addEgressRule(IPeer peer,
Port connection,
String description)
(experimental) Add an egress rule for the current security group.
|
void |
ISecurityGroup.addEgressRule(IPeer peer,
Port connection,
String description,
Boolean remoteRule)
(experimental) Add an egress rule for the current security group.
|
void |
ISecurityGroup.Jsii$Proxy.addEgressRule(IPeer peer,
Port connection,
String description,
Boolean remoteRule)
(experimental) Add an egress rule for the current security group.
|
default void |
ISecurityGroup.Jsii$Default.addEgressRule(IPeer peer,
Port connection,
String description,
Boolean remoteRule)
(experimental) Add an egress rule for the current security group.
|
void |
SecurityGroup.addEgressRule(IPeer peer,
Port connection,
String description,
Boolean remoteRule)
(experimental) Add an egress rule for the current security group.
|
void |
ISecurityGroup.addIngressRule(IPeer peer,
Port connection)
(experimental) Add an ingress rule for the current security group.
|
void |
ISecurityGroup.Jsii$Proxy.addIngressRule(IPeer peer,
Port connection)
(experimental) Add an ingress rule for the current security group.
|
void |
SecurityGroup.addIngressRule(IPeer peer,
Port connection)
(experimental) Add an ingress rule for the current security group.
|
void |
ISecurityGroup.addIngressRule(IPeer peer,
Port connection,
String description)
(experimental) Add an ingress rule for the current security group.
|
void |
ISecurityGroup.Jsii$Proxy.addIngressRule(IPeer peer,
Port connection,
String description)
(experimental) Add an ingress rule for the current security group.
|
void |
SecurityGroup.addIngressRule(IPeer peer,
Port connection,
String description)
(experimental) Add an ingress rule for the current security group.
|
void |
ISecurityGroup.addIngressRule(IPeer peer,
Port connection,
String description,
Boolean remoteRule)
(experimental) Add an ingress rule for the current security group.
|
void |
ISecurityGroup.Jsii$Proxy.addIngressRule(IPeer peer,
Port connection,
String description,
Boolean remoteRule)
(experimental) Add an ingress rule for the current security group.
|
default void |
ISecurityGroup.Jsii$Default.addIngressRule(IPeer peer,
Port connection,
String description,
Boolean remoteRule)
(experimental) Add an ingress rule for the current security group.
|
void |
SecurityGroup.addIngressRule(IPeer peer,
Port connection,
String description,
Boolean remoteRule)
(experimental) Add an ingress rule for the current security group.
|
void |
Connections.allowFrom(IConnectable other,
Port portRange)
(experimental) Allow connections from the peer on the given port.
|
void |
Connections.allowFrom(IConnectable other,
Port portRange,
String description)
(experimental) Allow connections from the peer on the given port.
|
void |
Connections.allowFromAnyIpv4(Port portRange)
(experimental) Allow from any IPv4 ranges.
|
void |
Connections.allowFromAnyIpv4(Port portRange,
String description)
(experimental) Allow from any IPv4 ranges.
|
void |
Connections.allowInternally(Port portRange)
(experimental) Allow hosts inside the security group to connect to each other on the given port.
|
void |
Connections.allowInternally(Port portRange,
String description)
(experimental) Allow hosts inside the security group to connect to each other on the given port.
|
void |
Connections.allowTo(IConnectable other,
Port portRange)
(experimental) Allow connections to the peer on the given port.
|
void |
Connections.allowTo(IConnectable other,
Port portRange,
String description)
(experimental) Allow connections to the peer on the given port.
|
void |
Connections.allowToAnyIpv4(Port portRange)
(experimental) Allow to all IPv4 ranges.
|
void |
Connections.allowToAnyIpv4(Port portRange,
String description)
(experimental) Allow to all IPv4 ranges.
|
Connections.Builder |
Connections.Builder.defaultPort(Port defaultPort)
(experimental) Default port range for initiating connections to and from this object.
|
ConnectionsProps.Builder |
ConnectionsProps.Builder.defaultPort(Port defaultPort)
Sets the value of
ConnectionsProps.getDefaultPort() |
| Constructor and Description |
|---|
Jsii$Proxy(Port defaultPort,
IPeer peer,
List<? extends ISecurityGroup> securityGroups)
Constructor that initializes the object based on literal property values passed by the
ConnectionsProps.Builder. |
| Constructor and Description |
|---|
ListenerPort(ISecurityGroup securityGroup,
Port defaultPort) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationListener.registerConnectable(IConnectable connectable,
Port portRange)
(experimental) Register that a connectable that has been added to this load balancer.
|
void |
ApplicationTargetGroup.registerConnectable(IConnectable connectable,
Port portRange)
(experimental) Register a connectable as a member of this target group.
|
void |
IApplicationListener.registerConnectable(IConnectable connectable,
Port portRange)
(experimental) Register that a connectable that has been added to this load balancer.
|
void |
IApplicationListener.Jsii$Proxy.registerConnectable(IConnectable connectable,
Port portRange)
(experimental) Register that a connectable that has been added to this load balancer.
|
default void |
IApplicationListener.Jsii$Default.registerConnectable(IConnectable connectable,
Port portRange)
(experimental) Register that a connectable that has been added to this load balancer.
|
void |
IApplicationTargetGroup.registerConnectable(IConnectable connectable,
Port portRange)
(experimental) Register a connectable as a member of this target group.
|
void |
IApplicationTargetGroup.Jsii$Proxy.registerConnectable(IConnectable connectable,
Port portRange)
(experimental) Register a connectable as a member of this target group.
|
default void |
IApplicationTargetGroup.Jsii$Default.registerConnectable(IConnectable connectable,
Port portRange)
(experimental) Register a connectable as a member of this target group.
|
Copyright © 2021. All rights reserved.