
commonMain.aws.sdk.kotlin.services.ssm.model.AutomationExecutionInputs.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.ssm.model
import aws.smithy.kotlin.runtime.SdkDsl
/**
* Information about the optional inputs that can be specified for an automation execution preview.
*/
public class AutomationExecutionInputs private constructor(builder: Builder) {
/**
* Information about parameters that can be specified for the preview operation.
*/
public val parameters: Map>? = builder.parameters
/**
* Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the Automation execution preview operation.
*/
public val targetLocations: List? = builder.targetLocations
/**
* A publicly accessible URL for a file that contains the `TargetLocations` body. Currently, only files in presigned Amazon S3 buckets are supported.
*/
public val targetLocationsUrl: kotlin.String? = builder.targetLocationsUrl
/**
* A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
*/
public val targetMaps: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy