K8s Slb Attachment Slb Config Port Mapping Args
data class K8sSlbAttachmentSlbConfigPortMappingArgs(val certId: Output<String>? = null, val loadbalancerProtocol: Output<String>, val servicePort: Output<K8sSlbAttachmentSlbConfigPortMappingServicePortArgs>) : ConvertibleToJava<K8sSlbAttachmentSlbConfigPortMappingArgs>
Constructors
Link copied to clipboard
constructor(certId: Output<String>? = null, loadbalancerProtocol: Output<String>, servicePort: Output<K8sSlbAttachmentSlbConfigPortMappingServicePortArgs>)