Package-level declarations
Types
Link copied to clipboard
data class AzureMonitorWorkspacePropertiesArgs(val includeChangeDetails: Output<Either<String, ChangeDetailsMode>>? = null, val workspaceId: Output<String>? = null, val workspaceResourceId: Output<String>? = null) : ConvertibleToJava<AzureMonitorWorkspacePropertiesArgs>
Configuration properties of an Azure Monitor workspace that receives change notifications.
Link copied to clipboard
Link copied to clipboard
data class ConfigurationProfileResourcePropertiesArgs(val notifications: Output<NotificationSettingsArgs>? = null) : ConvertibleToJava<ConfigurationProfileResourcePropertiesArgs>
The properties of a configuration profile.
Link copied to clipboard
Link copied to clipboard
data class GetConfigurationProfilePlainArgs(val profileName: String) : ConvertibleToJava<GetConfigurationProfilePlainArgs>
Link copied to clipboard
Builder for GetConfigurationProfilePlainArgs.
Link copied to clipboard
data class NotificationSettingsArgs(val activationState: Output<Either<String, NotificationsState>>? = null, val azureMonitorWorkspaceProperties: Output<AzureMonitorWorkspacePropertiesArgs>? = null) : ConvertibleToJava<NotificationSettingsArgs>
Settings of change notification configuration for a subscription.
Link copied to clipboard
Builder for NotificationSettingsArgs.
Link copied to clipboard
data class ResourceIdentityArgs(val type: Output<Either<String, ManagedIdentityTypes>>? = null) : ConvertibleToJava<ResourceIdentityArgs>
The identity block returned by ARM resource that supports managed identity.
Link copied to clipboard
Builder for ResourceIdentityArgs.