Package-level declarations

Types

Link copied to clipboard
data class Gen2StorageConfigurationInputArgs(val accountName: Output<String>, val managementKey: Output<String>) : ConvertibleToJava<Gen2StorageConfigurationInputArgs>

The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data.

Link copied to clipboard
data class GetAccessPolicyPlainArgs(val accessPolicyName: String, val environmentName: String, val resourceGroupName: String) : ConvertibleToJava<GetAccessPolicyPlainArgs>
Link copied to clipboard
data class GetEventHubEventSourcePlainArgs(val environmentName: String, val eventSourceName: String, val resourceGroupName: String) : ConvertibleToJava<GetEventHubEventSourcePlainArgs>
Link copied to clipboard
data class GetGen1EnvironmentPlainArgs(val environmentName: String, val expand: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetGen1EnvironmentPlainArgs>
Link copied to clipboard
data class GetGen2EnvironmentPlainArgs(val environmentName: String, val expand: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetGen2EnvironmentPlainArgs>
Link copied to clipboard
data class GetIoTHubEventSourcePlainArgs(val environmentName: String, val eventSourceName: String, val resourceGroupName: String) : ConvertibleToJava<GetIoTHubEventSourcePlainArgs>
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val environmentName: String, val privateEndpointConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
Link copied to clipboard
data class GetReferenceDataSetPlainArgs(val environmentName: String, val referenceDataSetName: String, val resourceGroupName: String) : ConvertibleToJava<GetReferenceDataSetPlainArgs>
Link copied to clipboard
data class LocalTimestampArgs(val format: Output<Either<String, LocalTimestampFormat>>? = null, val timeZoneOffset: Output<LocalTimestampTimeZoneOffsetArgs>? = null) : ConvertibleToJava<LocalTimestampArgs>

An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events.

Link copied to clipboard
Link copied to clipboard
data class LocalTimestampTimeZoneOffsetArgs(val propertyName: Output<String>? = null) : ConvertibleToJava<LocalTimestampTimeZoneOffsetArgs>

An object that represents the offset information for the local timestamp format specified. Should not be specified for LocalTimestampFormat - Embedded.

Link copied to clipboard
data class PrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, PrivateEndpointServiceConnectionStatus>>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStateArgs>

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class ReferenceDataSetKeyPropertyArgs(val name: Output<String>? = null, val type: Output<Either<String, ReferenceDataKeyPropertyType>>? = null) : ConvertibleToJava<ReferenceDataSetKeyPropertyArgs>

A key property for the reference data set. A reference data set can have multiple key properties.

Link copied to clipboard
data class SkuArgs(val capacity: Output<Int>, val name: Output<Either<String, SkuName>>) : ConvertibleToJava<SkuArgs>

The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.

Link copied to clipboard

Builder for SkuArgs.

Link copied to clipboard
data class TimeSeriesIdPropertyArgs(val name: Output<String>? = null, val type: Output<Either<String, PropertyType>>? = null) : ConvertibleToJava<TimeSeriesIdPropertyArgs>

The structure of the property that a time series id can have. An environment can have multiple such properties.

Link copied to clipboard
data class WarmStoreConfigurationPropertiesArgs(val dataRetention: Output<String>) : ConvertibleToJava<WarmStoreConfigurationPropertiesArgs>

The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query.