Describes the available installation media for a DB engine that requires an on-premises customer provided license, such as Microsoft SQL Server.
rds_describe_installation_media(InstallationMediaId, Filters,
MaxRecords, Marker)
The installation medium ID.
A filter that specifies one or more installation media to describe. Supported filters include the following:
custom-availability-zone-id
- Accepts custom Availability Zone
(AZ) identifiers. The results list includes information about only
the custom AZs identified by these identifiers.
engine
- Accepts database engines. The results list includes
information about only the database engines identified by these
identifiers.
For more information about the valid engines for installation media, see ImportInstallationMedia.
An optional pagination token provided by a previous
DescribeInstallationMedia request. If this parameter is specified, the
response includes only records beyond the marker, up to the value
specified by MaxRecords
.
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
svc$describe_installation_media( InstallationMediaId = "string", Filters = list( list( Name = "string", Values = list( "string" ) ) ), MaxRecords = 123, Marker = "string" )