K8s Slb Attachment Slb Config Port Mapping Service Port Args
data class K8sSlbAttachmentSlbConfigPortMappingServicePortArgs(val port: Output<Int>, val protocol: Output<String>, val targetPort: Output<Int>) : ConvertibleToJava<K8sSlbAttachmentSlbConfigPortMappingServicePortArgs>
Constructors
Link copied to clipboard
fun K8sSlbAttachmentSlbConfigPortMappingServicePortArgs(port: Output<Int>, protocol: Output<String>, targetPort: Output<Int>)