Data Controller Properties Args
data class DataControllerPropertiesArgs(val basicLoginInformation: Output<BasicLoginInformationArgs>? = null, val clusterId: Output<String>? = null, val extensionId: Output<String>? = null, val infrastructure: Output<Infrastructure>? = null, val k8sRaw: Output<Any>? = null, val lastUploadedDate: Output<String>? = null, val logAnalyticsWorkspaceConfig: Output<LogAnalyticsWorkspaceConfigArgs>? = null, val logsDashboardCredential: Output<BasicLoginInformationArgs>? = null, val metricsDashboardCredential: Output<BasicLoginInformationArgs>? = null, val onPremiseProperty: Output<OnPremisePropertyArgs>? = null, val uploadServicePrincipal: Output<UploadServicePrincipalArgs>? = null, val uploadWatermark: Output<UploadWatermarkArgs>? = null) : ConvertibleToJava<DataControllerPropertiesArgs>
The data controller properties.
Constructors
Link copied to clipboard
fun DataControllerPropertiesArgs(basicLoginInformation: Output<BasicLoginInformationArgs>? = null, clusterId: Output<String>? = null, extensionId: Output<String>? = null, infrastructure: Output<Infrastructure>? = null, k8sRaw: Output<Any>? = null, lastUploadedDate: Output<String>? = null, logAnalyticsWorkspaceConfig: Output<LogAnalyticsWorkspaceConfigArgs>? = null, logsDashboardCredential: Output<BasicLoginInformationArgs>? = null, metricsDashboardCredential: Output<BasicLoginInformationArgs>? = null, onPremiseProperty: Output<OnPremisePropertyArgs>? = null, uploadServicePrincipal: Output<UploadServicePrincipalArgs>? = null, uploadWatermark: Output<UploadWatermarkArgs>? = null)