Instance Port Args
data class InstancePortArgs(val accessDirection: Output<String>? = null, val accessFrom: Output<String>? = null, val accessType: Output<String>? = null, val cidrListAliases: Output<List<String>>? = null, val cidrs: Output<List<String>>? = null, val commonName: Output<String>? = null, val fromPort: Output<Int>? = null, val ipv6Cidrs: Output<List<String>>? = null, val protocol: Output<String>? = null, val toPort: Output<Int>? = null) : ConvertibleToJava<InstancePortArgs>
Port of the Instance.
Constructors
Link copied to clipboard
constructor(accessDirection: Output<String>? = null, accessFrom: Output<String>? = null, accessType: Output<String>? = null, cidrListAliases: Output<List<String>>? = null, cidrs: Output<List<String>>? = null, commonName: Output<String>? = null, fromPort: Output<Int>? = null, ipv6Cidrs: Output<List<String>>? = null, protocol: Output<String>? = null, toPort: Output<Int>? = null)
Properties
Link copied to clipboard
Access Direction for Protocol of the Instance(inbound/outbound).
Link copied to clipboard
Access From Protocol of the Instance.
Link copied to clipboard
Access Type Protocol of the Instance.
Link copied to clipboard
An alias that defines access for a preconfigured range of IP addresses. The only alias currently supported is lightsail-connect
, which allows IP addresses of the browser-based RDP/SSH client in the Lightsail console to connect to your instance.
Link copied to clipboard
CommonName for Protocol of the Instance.
Link copied to clipboard