Package-level declarations
Types
Link copied to clipboard
object ApplicationsignalsFunctions
Link copied to clipboard
Resource Type definition for AWS::ApplicationSignals::Discovery
Link copied to clipboard
class DiscoveryArgsBuilder
Builder for DiscoveryArgs.
Link copied to clipboard
Link copied to clipboard
class DiscoveryResourceBuilder
Builder for Discovery.
Link copied to clipboard
Resource Type definition for AWS::ApplicationSignals::ServiceLevelObjective
Link copied to clipboard
data class ServiceLevelObjectiveArgs(val burnRateConfigurations: Output<List<ServiceLevelObjectiveBurnRateConfigurationArgs>>? = null, val description: Output<String>? = null, val exclusionWindows: Output<List<ServiceLevelObjectiveExclusionWindowArgs>>? = null, val goal: Output<ServiceLevelObjectiveGoalArgs>? = null, val name: Output<String>? = null, val requestBasedSli: Output<ServiceLevelObjectiveRequestBasedSliArgs>? = null, val sli: Output<ServiceLevelObjectiveSliArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ServiceLevelObjectiveArgs>
Resource Type definition for AWS::ApplicationSignals::ServiceLevelObjective
Link copied to clipboard
Builder for ServiceLevelObjectiveArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ServiceLevelObjective.
Functions
Link copied to clipboard
suspend fun serviceLevelObjective(name: String, block: suspend ServiceLevelObjectiveResourceBuilder.() -> Unit): ServiceLevelObjective