Package-level declarations

Types

Link copied to clipboard
data class ScheduleFlexibleTimeWindowArgs(val maximumWindowInMinutes: Output<Int>? = null, val mode: Output<String>) : ConvertibleToJava<ScheduleFlexibleTimeWindowArgs>
Link copied to clipboard
data class ScheduleTargetArgs(val arn: Output<String>, val deadLetterConfig: Output<ScheduleTargetDeadLetterConfigArgs>? = null, val ecsParameters: Output<ScheduleTargetEcsParametersArgs>? = null, val eventbridgeParameters: Output<ScheduleTargetEventbridgeParametersArgs>? = null, val input: Output<String>? = null, val kinesisParameters: Output<ScheduleTargetKinesisParametersArgs>? = null, val retryPolicy: Output<ScheduleTargetRetryPolicyArgs>? = null, val roleArn: Output<String>, val sagemakerPipelineParameters: Output<ScheduleTargetSagemakerPipelineParametersArgs>? = null, val sqsParameters: Output<ScheduleTargetSqsParametersArgs>? = null) : ConvertibleToJava<ScheduleTargetArgs>
Link copied to clipboard
Link copied to clipboard
data class ScheduleTargetDeadLetterConfigArgs(val arn: Output<String>) : ConvertibleToJava<ScheduleTargetDeadLetterConfigArgs>
Link copied to clipboard
data class ScheduleTargetEcsParametersArgs(val capacityProviderStrategies: Output<List<ScheduleTargetEcsParametersCapacityProviderStrategyArgs>>? = null, val enableEcsManagedTags: Output<Boolean>? = null, val enableExecuteCommand: Output<Boolean>? = null, val group: Output<String>? = null, val launchType: Output<String>? = null, val networkConfiguration: Output<ScheduleTargetEcsParametersNetworkConfigurationArgs>? = null, val placementConstraints: Output<List<ScheduleTargetEcsParametersPlacementConstraintArgs>>? = null, val placementStrategies: Output<List<ScheduleTargetEcsParametersPlacementStrategyArgs>>? = null, val platformVersion: Output<String>? = null, val propagateTags: Output<String>? = null, val referenceId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val taskCount: Output<Int>? = null, val taskDefinitionArn: Output<String>) : ConvertibleToJava<ScheduleTargetEcsParametersArgs>
data class ScheduleTargetEcsParametersCapacityProviderStrategyArgs(val base: Output<Int>? = null, val capacityProvider: Output<String>, val weight: Output<Int>? = null) : ConvertibleToJava<ScheduleTargetEcsParametersCapacityProviderStrategyArgs>
data class ScheduleTargetEcsParametersNetworkConfigurationArgs(val assignPublicIp: Output<Boolean>? = null, val securityGroups: Output<List<String>>? = null, val subnets: Output<List<String>>) : ConvertibleToJava<ScheduleTargetEcsParametersNetworkConfigurationArgs>
data class ScheduleTargetEcsParametersPlacementConstraintArgs(val expression: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ScheduleTargetEcsParametersPlacementConstraintArgs>
data class ScheduleTargetEcsParametersPlacementStrategyArgs(val field: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ScheduleTargetEcsParametersPlacementStrategyArgs>
Link copied to clipboard
data class ScheduleTargetEventbridgeParametersArgs(val detailType: Output<String>, val source: Output<String>) : ConvertibleToJava<ScheduleTargetEventbridgeParametersArgs>
Link copied to clipboard
data class ScheduleTargetKinesisParametersArgs(val partitionKey: Output<String>) : ConvertibleToJava<ScheduleTargetKinesisParametersArgs>
Link copied to clipboard
data class ScheduleTargetRetryPolicyArgs(val maximumEventAgeInSeconds: Output<Int>? = null, val maximumRetryAttempts: Output<Int>? = null) : ConvertibleToJava<ScheduleTargetRetryPolicyArgs>
data class ScheduleTargetSagemakerPipelineParametersArgs(val pipelineParameters: Output<List<ScheduleTargetSagemakerPipelineParametersPipelineParameterArgs>>? = null) : ConvertibleToJava<ScheduleTargetSagemakerPipelineParametersArgs>
data class ScheduleTargetSagemakerPipelineParametersPipelineParameterArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<ScheduleTargetSagemakerPipelineParametersPipelineParameterArgs>
Link copied to clipboard
data class ScheduleTargetSqsParametersArgs(val messageGroupId: Output<String>? = null) : ConvertibleToJava<ScheduleTargetSqsParametersArgs>