NAME

Paws::RDS::ImportInstallationMedia - Arguments for method ImportInstallationMedia on Paws::RDS

DESCRIPTION

This class represents the parameters used for calling the method ImportInstallationMedia on the Amazon Relational Database Service service. Use the attributes of this class as arguments to method ImportInstallationMedia.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to ImportInstallationMedia.

SYNOPSIS

my $rds = Paws->service('RDS');
my $InstallationMedia = $rds->ImportInstallationMedia(
  CustomAvailabilityZoneId    => 'MyString',
  Engine                      => 'MyString',
  EngineInstallationMediaPath => 'MyString',
  EngineVersion               => 'MyString',
  OSInstallationMediaPath     => 'MyString',

);

# Results:
my $CustomAvailabilityZoneId = $InstallationMedia->CustomAvailabilityZoneId;
my $Engine                   = $InstallationMedia->Engine;
my $EngineInstallationMediaPath =
  $InstallationMedia->EngineInstallationMediaPath;
my $EngineVersion           = $InstallationMedia->EngineVersion;
my $FailureCause            = $InstallationMedia->FailureCause;
my $InstallationMediaId     = $InstallationMedia->InstallationMediaId;
my $OSInstallationMediaPath = $InstallationMedia->OSInstallationMediaPath;
my $Status                  = $InstallationMedia->Status;

# Returns a L<Paws::RDS::InstallationMedia> object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/rds/ImportInstallationMedia

ATTRIBUTES

REQUIRED CustomAvailabilityZoneId => Str

The identifier of the custom Availability Zone (AZ) to import the installation media to.

REQUIRED Engine => Str

The name of the database engine to be used for this instance.

The list only includes supported DB engines that require an on-premises customer provided license.

Valid Values:

  • sqlserver-ee

  • sqlserver-se

  • sqlserver-ex

  • sqlserver-web

REQUIRED EngineInstallationMediaPath => Str

The path to the installation medium for the specified DB engine.

Example: SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso

REQUIRED EngineVersion => Str

The version number of the database engine to use.

For a list of valid engine versions, call DescribeDBEngineVersions.

The following are the database engines and links to information about the major and minor versions. The list only includes DB engines that require an on-premises customer provided license.

Microsoft SQL Server

See Microsoft SQL Server Versions on Amazon RDS (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport) in the Amazon RDS User Guide.

REQUIRED OSInstallationMediaPath => Str

The path to the installation medium for the operating system associated with the specified DB engine.

Example: WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso

SEE ALSO

This class forms part of Paws, documenting arguments for method ImportInstallationMedia in Paws::RDS

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues