class Aws::SMS::Types::UserDataValidationParameters

Contains validation parameters.

@note When making an API call, you may pass UserDataValidationParameters

data as a hash:

    {
      source: {
        s3_location: {
          bucket: "S3BucketName",
          key: "S3KeyName",
        },
      },
      script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
    }

@!attribute [rw] source

The location of the validation script.
@return [Types::Source]

@!attribute [rw] script_type

The type of validation script.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sms-2016-10-24/UserDataValidationParameters AWS API Documentation

Constants

SENSITIVE