Package-level declarations

Types

Link copied to clipboard
data class ApplicationAppSourceArgs(val password: Output<String>? = null, val revision: Output<String>? = null, val sshKey: Output<String>? = null, val type: Output<String>, val url: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<ApplicationAppSourceArgs>
Link copied to clipboard
data class ApplicationEnvironmentArgs(val key: Output<String>, val secure: Output<Boolean>? = null, val value: Output<String>) : ConvertibleToJava<ApplicationEnvironmentArgs>
Link copied to clipboard
data class ApplicationSslConfigurationArgs(val certificate: Output<String>, val chain: Output<String>? = null, val privateKey: Output<String>) : ConvertibleToJava<ApplicationSslConfigurationArgs>
Link copied to clipboard
data class CustomLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<CustomLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<CustomLayerCloudwatchConfigurationArgs>
data class CustomLayerCloudwatchConfigurationLogStreamArgs(val batchCount: Output<Int>? = null, val batchSize: Output<Int>? = null, val bufferDuration: Output<Int>? = null, val datetimeFormat: Output<String>? = null, val encoding: Output<String>? = null, val file: Output<String>, val fileFingerprintLines: Output<String>? = null, val initialPosition: Output<String>? = null, val logGroupName: Output<String>, val multilineStartPattern: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<CustomLayerCloudwatchConfigurationLogStreamArgs>
Link copied to clipboard
data class CustomLayerEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val mountPoint: Output<String>, val numberOfDisks: Output<Int>, val raidLevel: Output<String>? = null, val size: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<CustomLayerEbsVolumeArgs>
Link copied to clipboard
data class CustomLayerLoadBasedAutoScalingArgs(val downscaling: Output<CustomLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<CustomLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<CustomLayerLoadBasedAutoScalingArgs>
data class CustomLayerLoadBasedAutoScalingDownscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<CustomLayerLoadBasedAutoScalingDownscalingArgs>
data class CustomLayerLoadBasedAutoScalingUpscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<CustomLayerLoadBasedAutoScalingUpscalingArgs>
data class EcsClusterLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<EcsClusterLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<EcsClusterLayerCloudwatchConfigurationArgs>
data class EcsClusterLayerCloudwatchConfigurationLogStreamArgs(val batchCount: Output<Int>? = null, val batchSize: Output<Int>? = null, val bufferDuration: Output<Int>? = null, val datetimeFormat: Output<String>? = null, val encoding: Output<String>? = null, val file: Output<String>, val fileFingerprintLines: Output<String>? = null, val initialPosition: Output<String>? = null, val logGroupName: Output<String>, val multilineStartPattern: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<EcsClusterLayerCloudwatchConfigurationLogStreamArgs>
Link copied to clipboard
data class EcsClusterLayerEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val mountPoint: Output<String>, val numberOfDisks: Output<Int>, val raidLevel: Output<String>? = null, val size: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<EcsClusterLayerEbsVolumeArgs>
Link copied to clipboard
data class EcsClusterLayerLoadBasedAutoScalingArgs(val downscaling: Output<EcsClusterLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<EcsClusterLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<EcsClusterLayerLoadBasedAutoScalingArgs>
data class EcsClusterLayerLoadBasedAutoScalingDownscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<EcsClusterLayerLoadBasedAutoScalingDownscalingArgs>
data class EcsClusterLayerLoadBasedAutoScalingUpscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<EcsClusterLayerLoadBasedAutoScalingUpscalingArgs>
Link copied to clipboard
data class GangliaLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<GangliaLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<GangliaLayerCloudwatchConfigurationArgs>
data class GangliaLayerCloudwatchConfigurationLogStreamArgs(val batchCount: Output<Int>? = null, val batchSize: Output<Int>? = null, val bufferDuration: Output<Int>? = null, val datetimeFormat: Output<String>? = null, val encoding: Output<String>? = null, val file: Output<String>, val fileFingerprintLines: Output<String>? = null, val initialPosition: Output<String>? = null, val logGroupName: Output<String>, val multilineStartPattern: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<GangliaLayerCloudwatchConfigurationLogStreamArgs>
Link copied to clipboard
data class GangliaLayerEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val mountPoint: Output<String>, val numberOfDisks: Output<Int>, val raidLevel: Output<String>? = null, val size: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<GangliaLayerEbsVolumeArgs>
Link copied to clipboard
data class GangliaLayerLoadBasedAutoScalingArgs(val downscaling: Output<GangliaLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<GangliaLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<GangliaLayerLoadBasedAutoScalingArgs>
data class GangliaLayerLoadBasedAutoScalingDownscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<GangliaLayerLoadBasedAutoScalingDownscalingArgs>
data class GangliaLayerLoadBasedAutoScalingUpscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<GangliaLayerLoadBasedAutoScalingUpscalingArgs>
Link copied to clipboard
data class HaproxyLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<HaproxyLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<HaproxyLayerCloudwatchConfigurationArgs>
data class HaproxyLayerCloudwatchConfigurationLogStreamArgs(val batchCount: Output<Int>? = null, val batchSize: Output<Int>? = null, val bufferDuration: Output<Int>? = null, val datetimeFormat: Output<String>? = null, val encoding: Output<String>? = null, val file: Output<String>, val fileFingerprintLines: Output<String>? = null, val initialPosition: Output<String>? = null, val logGroupName: Output<String>, val multilineStartPattern: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<HaproxyLayerCloudwatchConfigurationLogStreamArgs>
Link copied to clipboard
data class HaproxyLayerEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val mountPoint: Output<String>, val numberOfDisks: Output<Int>, val raidLevel: Output<String>? = null, val size: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<HaproxyLayerEbsVolumeArgs>
Link copied to clipboard
data class HaproxyLayerLoadBasedAutoScalingArgs(val downscaling: Output<HaproxyLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<HaproxyLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<HaproxyLayerLoadBasedAutoScalingArgs>
data class HaproxyLayerLoadBasedAutoScalingDownscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<HaproxyLayerLoadBasedAutoScalingDownscalingArgs>
data class HaproxyLayerLoadBasedAutoScalingUpscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<HaproxyLayerLoadBasedAutoScalingUpscalingArgs>
Link copied to clipboard
data class InstanceEbsBlockDeviceArgs(val deleteOnTermination: Output<Boolean>? = null, val deviceName: Output<String>, val iops: Output<Int>? = null, val snapshotId: Output<String>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<InstanceEbsBlockDeviceArgs>
Link copied to clipboard
data class InstanceEphemeralBlockDeviceArgs(val deviceName: Output<String>, val virtualName: Output<String>) : ConvertibleToJava<InstanceEphemeralBlockDeviceArgs>
Link copied to clipboard
data class InstanceRootBlockDeviceArgs(val deleteOnTermination: Output<Boolean>? = null, val iops: Output<Int>? = null, val volumeSize: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<InstanceRootBlockDeviceArgs>
Link copied to clipboard
data class JavaAppLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<JavaAppLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<JavaAppLayerCloudwatchConfigurationArgs>
data class JavaAppLayerCloudwatchConfigurationLogStreamArgs(val batchCount: Output<Int>? = null, val batchSize: Output<Int>? = null, val bufferDuration: Output<Int>? = null, val datetimeFormat: Output<String>? = null, val encoding: Output<String>? = null, val file: Output<String>, val fileFingerprintLines: Output<String>? = null, val initialPosition: Output<String>? = null, val logGroupName: Output<String>, val multilineStartPattern: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<JavaAppLayerCloudwatchConfigurationLogStreamArgs>
Link copied to clipboard
data class JavaAppLayerEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val mountPoint: Output<String>, val numberOfDisks: Output<Int>, val raidLevel: Output<String>? = null, val size: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<JavaAppLayerEbsVolumeArgs>
Link copied to clipboard
data class JavaAppLayerLoadBasedAutoScalingArgs(val downscaling: Output<JavaAppLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<JavaAppLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<JavaAppLayerLoadBasedAutoScalingArgs>
data class JavaAppLayerLoadBasedAutoScalingDownscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<JavaAppLayerLoadBasedAutoScalingDownscalingArgs>
data class JavaAppLayerLoadBasedAutoScalingUpscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<JavaAppLayerLoadBasedAutoScalingUpscalingArgs>
data class MemcachedLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<MemcachedLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<MemcachedLayerCloudwatchConfigurationArgs>
data class MemcachedLayerCloudwatchConfigurationLogStreamArgs(val batchCount: Output<Int>? = null, val batchSize: Output<Int>? = null, val bufferDuration: Output<Int>? = null, val datetimeFormat: Output<String>? = null, val encoding: Output<String>? = null, val file: Output<String>, val fileFingerprintLines: Output<String>? = null, val initialPosition: Output<String>? = null, val logGroupName: Output<String>, val multilineStartPattern: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<MemcachedLayerCloudwatchConfigurationLogStreamArgs>
Link copied to clipboard
data class MemcachedLayerEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val mountPoint: Output<String>, val numberOfDisks: Output<Int>, val raidLevel: Output<String>? = null, val size: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<MemcachedLayerEbsVolumeArgs>
Link copied to clipboard
data class MemcachedLayerLoadBasedAutoScalingArgs(val downscaling: Output<MemcachedLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<MemcachedLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<MemcachedLayerLoadBasedAutoScalingArgs>
data class MemcachedLayerLoadBasedAutoScalingDownscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<MemcachedLayerLoadBasedAutoScalingDownscalingArgs>
data class MemcachedLayerLoadBasedAutoScalingUpscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<MemcachedLayerLoadBasedAutoScalingUpscalingArgs>
Link copied to clipboard
data class MysqlLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<MysqlLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<MysqlLayerCloudwatchConfigurationArgs>
data class MysqlLayerCloudwatchConfigurationLogStreamArgs(val batchCount: Output<Int>? = null, val batchSize: Output<Int>? = null, val bufferDuration: Output<Int>? = null, val datetimeFormat: Output<String>? = null, val encoding: Output<String>? = null, val file: Output<String>, val fileFingerprintLines: Output<String>? = null, val initialPosition: Output<String>? = null, val logGroupName: Output<String>, val multilineStartPattern: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<MysqlLayerCloudwatchConfigurationLogStreamArgs>
Link copied to clipboard
data class MysqlLayerEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val mountPoint: Output<String>, val numberOfDisks: Output<Int>, val raidLevel: Output<String>? = null, val size: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<MysqlLayerEbsVolumeArgs>
Link copied to clipboard
data class MysqlLayerLoadBasedAutoScalingArgs(val downscaling: Output<MysqlLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<MysqlLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<MysqlLayerLoadBasedAutoScalingArgs>
data class MysqlLayerLoadBasedAutoScalingDownscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<MysqlLayerLoadBasedAutoScalingDownscalingArgs>
data class MysqlLayerLoadBasedAutoScalingUpscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<MysqlLayerLoadBasedAutoScalingUpscalingArgs>
data class NodejsAppLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<NodejsAppLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<NodejsAppLayerCloudwatchConfigurationArgs>
data class NodejsAppLayerCloudwatchConfigurationLogStreamArgs(val batchCount: Output<Int>? = null, val batchSize: Output<Int>? = null, val bufferDuration: Output<Int>? = null, val datetimeFormat: Output<String>? = null, val encoding: Output<String>? = null, val file: Output<String>, val fileFingerprintLines: Output<String>? = null, val initialPosition: Output<String>? = null, val logGroupName: Output<String>, val multilineStartPattern: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<NodejsAppLayerCloudwatchConfigurationLogStreamArgs>
Link copied to clipboard
data class NodejsAppLayerEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val mountPoint: Output<String>, val numberOfDisks: Output<Int>, val raidLevel: Output<String>? = null, val size: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<NodejsAppLayerEbsVolumeArgs>
Link copied to clipboard
data class NodejsAppLayerLoadBasedAutoScalingArgs(val downscaling: Output<NodejsAppLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<NodejsAppLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<NodejsAppLayerLoadBasedAutoScalingArgs>
data class NodejsAppLayerLoadBasedAutoScalingDownscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<NodejsAppLayerLoadBasedAutoScalingDownscalingArgs>
data class NodejsAppLayerLoadBasedAutoScalingUpscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<NodejsAppLayerLoadBasedAutoScalingUpscalingArgs>
Link copied to clipboard
data class PhpAppLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<PhpAppLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<PhpAppLayerCloudwatchConfigurationArgs>
data class PhpAppLayerCloudwatchConfigurationLogStreamArgs(val batchCount: Output<Int>? = null, val batchSize: Output<Int>? = null, val bufferDuration: Output<Int>? = null, val datetimeFormat: Output<String>? = null, val encoding: Output<String>? = null, val file: Output<String>, val fileFingerprintLines: Output<String>? = null, val initialPosition: Output<String>? = null, val logGroupName: Output<String>, val multilineStartPattern: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<PhpAppLayerCloudwatchConfigurationLogStreamArgs>
Link copied to clipboard
data class PhpAppLayerEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val mountPoint: Output<String>, val numberOfDisks: Output<Int>, val raidLevel: Output<String>? = null, val size: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<PhpAppLayerEbsVolumeArgs>
Link copied to clipboard
data class PhpAppLayerLoadBasedAutoScalingArgs(val downscaling: Output<PhpAppLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<PhpAppLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<PhpAppLayerLoadBasedAutoScalingArgs>
data class PhpAppLayerLoadBasedAutoScalingDownscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<PhpAppLayerLoadBasedAutoScalingDownscalingArgs>
data class PhpAppLayerLoadBasedAutoScalingUpscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<PhpAppLayerLoadBasedAutoScalingUpscalingArgs>
Link copied to clipboard
data class RailsAppLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<RailsAppLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<RailsAppLayerCloudwatchConfigurationArgs>
data class RailsAppLayerCloudwatchConfigurationLogStreamArgs(val batchCount: Output<Int>? = null, val batchSize: Output<Int>? = null, val bufferDuration: Output<Int>? = null, val datetimeFormat: Output<String>? = null, val encoding: Output<String>? = null, val file: Output<String>, val fileFingerprintLines: Output<String>? = null, val initialPosition: Output<String>? = null, val logGroupName: Output<String>, val multilineStartPattern: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<RailsAppLayerCloudwatchConfigurationLogStreamArgs>
Link copied to clipboard
data class RailsAppLayerEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val mountPoint: Output<String>, val numberOfDisks: Output<Int>, val raidLevel: Output<String>? = null, val size: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<RailsAppLayerEbsVolumeArgs>
Link copied to clipboard
data class RailsAppLayerLoadBasedAutoScalingArgs(val downscaling: Output<RailsAppLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<RailsAppLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<RailsAppLayerLoadBasedAutoScalingArgs>
data class RailsAppLayerLoadBasedAutoScalingDownscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<RailsAppLayerLoadBasedAutoScalingDownscalingArgs>
data class RailsAppLayerLoadBasedAutoScalingUpscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<RailsAppLayerLoadBasedAutoScalingUpscalingArgs>
Link copied to clipboard
data class StackCustomCookbooksSourceArgs(val password: Output<String>? = null, val revision: Output<String>? = null, val sshKey: Output<String>? = null, val type: Output<String>, val url: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<StackCustomCookbooksSourceArgs>
data class StaticWebLayerCloudwatchConfigurationArgs(val enabled: Output<Boolean>? = null, val logStreams: Output<List<StaticWebLayerCloudwatchConfigurationLogStreamArgs>>? = null) : ConvertibleToJava<StaticWebLayerCloudwatchConfigurationArgs>
data class StaticWebLayerCloudwatchConfigurationLogStreamArgs(val batchCount: Output<Int>? = null, val batchSize: Output<Int>? = null, val bufferDuration: Output<Int>? = null, val datetimeFormat: Output<String>? = null, val encoding: Output<String>? = null, val file: Output<String>, val fileFingerprintLines: Output<String>? = null, val initialPosition: Output<String>? = null, val logGroupName: Output<String>, val multilineStartPattern: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<StaticWebLayerCloudwatchConfigurationLogStreamArgs>
Link copied to clipboard
data class StaticWebLayerEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val iops: Output<Int>? = null, val mountPoint: Output<String>, val numberOfDisks: Output<Int>, val raidLevel: Output<String>? = null, val size: Output<Int>, val type: Output<String>? = null) : ConvertibleToJava<StaticWebLayerEbsVolumeArgs>
Link copied to clipboard
data class StaticWebLayerLoadBasedAutoScalingArgs(val downscaling: Output<StaticWebLayerLoadBasedAutoScalingDownscalingArgs>? = null, val enable: Output<Boolean>? = null, val upscaling: Output<StaticWebLayerLoadBasedAutoScalingUpscalingArgs>? = null) : ConvertibleToJava<StaticWebLayerLoadBasedAutoScalingArgs>
data class StaticWebLayerLoadBasedAutoScalingDownscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<StaticWebLayerLoadBasedAutoScalingDownscalingArgs>
data class StaticWebLayerLoadBasedAutoScalingUpscalingArgs(val alarms: Output<List<String>>? = null, val cpuThreshold: Output<Double>? = null, val ignoreMetricsTime: Output<Int>? = null, val instanceCount: Output<Int>? = null, val loadThreshold: Output<Double>? = null, val memoryThreshold: Output<Double>? = null, val thresholdsWaitTime: Output<Int>? = null) : ConvertibleToJava<StaticWebLayerLoadBasedAutoScalingUpscalingArgs>