Instance Port
data class InstancePort(val accessDirection: String? = null, val accessFrom: String? = null, val accessType: String? = null, val cidrListAliases: List<String>? = null, val cidrs: List<String>? = null, val commonName: String? = null, val fromPort: Int? = null, val ipv6Cidrs: List<String>? = null, val protocol: String? = null, val toPort: Int? = null)
Port of the Instance.
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