Package-level declarations

Types

Link copied to clipboard
data class AssociationOutputLocationArgs(val s3BucketName: Output<String>, val s3KeyPrefix: Output<String>? = null, val s3Region: Output<String>? = null) : ConvertibleToJava<AssociationOutputLocationArgs>
Link copied to clipboard
data class AssociationTargetArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<AssociationTargetArgs>
Link copied to clipboard
data class DocumentAttachmentsSourceArgs(val key: Output<String>, val name: Output<String>? = null, val values: Output<List<String>>) : ConvertibleToJava<DocumentAttachmentsSourceArgs>
Link copied to clipboard
data class GetDocumentPlainArgs(val documentFormat: String? = null, val documentVersion: String? = null, val name: String) : ConvertibleToJava<GetDocumentPlainArgs>

A collection of arguments for invoking getDocument.

Link copied to clipboard
data class GetInstancesFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetInstancesFilter>
Link copied to clipboard
Link copied to clipboard
data class GetInstancesPlainArgs(val filters: List<GetInstancesFilter>? = null) : ConvertibleToJava<GetInstancesPlainArgs>

A collection of arguments for invoking getInstances.

Link copied to clipboard
data class GetMaintenanceWindowsFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetMaintenanceWindowsFilter>
Link copied to clipboard
data class GetMaintenanceWindowsPlainArgs(val filters: List<GetMaintenanceWindowsFilter>? = null) : ConvertibleToJava<GetMaintenanceWindowsPlainArgs>

A collection of arguments for invoking getMaintenanceWindows.

Link copied to clipboard
data class GetParameterPlainArgs(val name: String, val withDecryption: Boolean? = null) : ConvertibleToJava<GetParameterPlainArgs>

A collection of arguments for invoking getParameter.

Link copied to clipboard
data class GetParametersByPathPlainArgs(val path: String, val recursive: Boolean? = null, val withDecryption: Boolean? = null) : ConvertibleToJava<GetParametersByPathPlainArgs>

A collection of arguments for invoking getParametersByPath.

Link copied to clipboard
data class GetPatchBaselinePlainArgs(val defaultBaseline: Boolean? = null, val namePrefix: String? = null, val operatingSystem: String? = null, val owner: String) : ConvertibleToJava<GetPatchBaselinePlainArgs>

A collection of arguments for invoking getPatchBaseline.

Link copied to clipboard
data class MaintenanceWindowTargetTargetArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<MaintenanceWindowTargetTargetArgs>
Link copied to clipboard
data class MaintenanceWindowTaskTargetArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<MaintenanceWindowTaskTargetArgs>
data class MaintenanceWindowTaskTaskInvocationParametersArgs(val automationParameters: Output<MaintenanceWindowTaskTaskInvocationParametersAutomationParametersArgs>? = null, val lambdaParameters: Output<MaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs>? = null, val runCommandParameters: Output<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersArgs>? = null, val stepFunctionsParameters: Output<MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParametersArgs>? = null) : ConvertibleToJava<MaintenanceWindowTaskTaskInvocationParametersArgs>
data class MaintenanceWindowTaskTaskInvocationParametersAutomationParametersArgs(val documentVersion: Output<String>? = null, val parameters: Output<List<MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameterArgs>>? = null) : ConvertibleToJava<MaintenanceWindowTaskTaskInvocationParametersAutomationParametersArgs>
data class MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameterArgs(val name: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<MaintenanceWindowTaskTaskInvocationParametersAutomationParametersParameterArgs>
data class MaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs(val clientContext: Output<String>? = null, val payload: Output<String>? = null, val qualifier: Output<String>? = null) : ConvertibleToJava<MaintenanceWindowTaskTaskInvocationParametersLambdaParametersArgs>
data class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersArgs(val cloudwatchConfig: Output<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfigArgs>? = null, val comment: Output<String>? = null, val documentHash: Output<String>? = null, val documentHashType: Output<String>? = null, val documentVersion: Output<String>? = null, val notificationConfig: Output<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs>? = null, val outputS3Bucket: Output<String>? = null, val outputS3KeyPrefix: Output<String>? = null, val parameters: Output<List<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameterArgs>>? = null, val serviceRoleArn: Output<String>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersArgs>
data class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfigArgs(val cloudwatchLogGroupName: Output<String>? = null, val cloudwatchOutputEnabled: Output<Boolean>? = null) : ConvertibleToJava<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfigArgs>
data class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs(val notificationArn: Output<String>? = null, val notificationEvents: Output<List<String>>? = null, val notificationType: Output<String>? = null) : ConvertibleToJava<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs>
data class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameterArgs(val name: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameterArgs>
data class MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParametersArgs(val input: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParametersArgs>
Link copied to clipboard
data class PatchBaselineApprovalRuleArgs(val approveAfterDays: Output<Int>? = null, val approveUntilDate: Output<String>? = null, val complianceLevel: Output<String>? = null, val enableNonSecurity: Output<Boolean>? = null, val patchFilters: Output<List<PatchBaselineApprovalRulePatchFilterArgs>>) : ConvertibleToJava<PatchBaselineApprovalRuleArgs>
Link copied to clipboard
data class PatchBaselineApprovalRulePatchFilterArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<PatchBaselineApprovalRulePatchFilterArgs>
Link copied to clipboard
data class PatchBaselineGlobalFilterArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<PatchBaselineGlobalFilterArgs>
Link copied to clipboard
data class PatchBaselineSourceArgs(val configuration: Output<String>, val name: Output<String>, val products: Output<List<String>>) : ConvertibleToJava<PatchBaselineSourceArgs>
Link copied to clipboard
data class ResourceDataSyncS3DestinationArgs(val bucketName: Output<String>, val kmsKeyArn: Output<String>? = null, val prefix: Output<String>? = null, val region: Output<String>, val syncFormat: Output<String>? = null) : ConvertibleToJava<ResourceDataSyncS3DestinationArgs>