Package-level declarations
Types
Link copied to clipboard
data class GetApplicationsPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetApplicationsPlainArgs>
A collection of arguments for invoking getApplications.
Link copied to clipboard
Builder for GetApplicationsPlainArgs.
Link copied to clipboard
data class GetClustersPlainArgs(val ids: List<String>? = null, val logicalRegionId: String, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetClustersPlainArgs>
A collection of arguments for invoking getClusters.
Link copied to clipboard
Builder for GetClustersPlainArgs.
Link copied to clipboard
data class GetDeployGroupsPlainArgs(val appId: String, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetDeployGroupsPlainArgs>
A collection of arguments for invoking getDeployGroups.
Link copied to clipboard
Builder for GetDeployGroupsPlainArgs.
Link copied to clipboard
data class GetNamespacesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetNamespacesPlainArgs>
A collection of arguments for invoking getNamespaces.
Link copied to clipboard
Builder for GetNamespacesPlainArgs.
Link copied to clipboard
A collection of arguments for invoking getService.
Link copied to clipboard
Builder for GetServicePlainArgs.
Link copied to clipboard
data class K8sSlbAttachmentSlbConfigArgs(val name: Output<String>? = null, val portMappings: Output<List<K8sSlbAttachmentSlbConfigPortMappingArgs>>, val scheduler: Output<String>, val slbId: Output<String>? = null, val specification: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<K8sSlbAttachmentSlbConfigArgs>
Link copied to clipboard
Builder for K8sSlbAttachmentSlbConfigArgs.
Link copied to clipboard
data class K8sSlbAttachmentSlbConfigPortMappingArgs(val certId: Output<String>? = null, val loadbalancerProtocol: Output<String>, val servicePort: Output<K8sSlbAttachmentSlbConfigPortMappingServicePortArgs>) : ConvertibleToJava<K8sSlbAttachmentSlbConfigPortMappingArgs>
Link copied to clipboard
Link copied to clipboard
data class K8sSlbAttachmentSlbConfigPortMappingServicePortArgs(val port: Output<Int>, val protocol: Output<String>, val targetPort: Output<Int>) : ConvertibleToJava<K8sSlbAttachmentSlbConfigPortMappingServicePortArgs>
Link copied to clipboard