class Aws::SMS::Types::PutAppValidationConfigurationRequest

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

data as a hash:

    {
      app_id: "AppIdWithValidation", # required
      app_validation_configurations: [
        {
          validation_id: "ValidationId",
          name: "NonEmptyStringWithMaxLen255",
          app_validation_strategy: "SSM", # accepts SSM
          ssm_validation_parameters: {
            source: {
              s3_location: {
                bucket: "S3BucketName",
                key: "S3KeyName",
              },
            },
            instance_id: "InstanceId",
            script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
            command: "Command",
            execution_timeout_seconds: 1,
            output_s3_bucket_name: "BucketName",
          },
        },
      ],
      server_group_validation_configurations: [
        {
          server_group_id: "ServerGroupId",
          server_validation_configurations: [
            {
              server: {
                server_id: "ServerId",
                server_type: "VIRTUAL_MACHINE", # accepts VIRTUAL_MACHINE
                vm_server: {
                  vm_server_address: {
                    vm_manager_id: "VmManagerId",
                    vm_id: "VmId",
                  },
                  vm_name: "VmName",
                  vm_manager_name: "VmManagerName",
                  vm_manager_type: "VSPHERE", # accepts VSPHERE, SCVMM, HYPERV-MANAGER
                  vm_path: "VmPath",
                },
                replication_job_id: "ReplicationJobId",
                replication_job_terminated: false,
              },
              validation_id: "ValidationId",
              name: "NonEmptyStringWithMaxLen255",
              server_validation_strategy: "USERDATA", # accepts USERDATA
              user_data_validation_parameters: {
                source: {
                  s3_location: {
                    bucket: "S3BucketName",
                    key: "S3KeyName",
                  },
                },
                script_type: "SHELL_SCRIPT", # accepts SHELL_SCRIPT, POWERSHELL_SCRIPT
              },
            },
          ],
        },
      ],
    }

@!attribute [rw] app_id

The ID of the application.
@return [String]

@!attribute [rw] app_validation_configurations

The configuration for application validation.
@return [Array<Types::AppValidationConfiguration>]

@!attribute [rw] server_group_validation_configurations

The configuration for instance validation.
@return [Array<Types::ServerGroupValidationConfiguration>]

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

Constants

SENSITIVE