Describes the properties of specific platform versions for Aurora Serverless v2
Source:R/rds_operations.R
rds_describe_serverless_v2_platform_versions.RdDescribes the properties of specific platform versions for Aurora Serverless v2.
See https://www.paws-r-sdk.com/docs/rds_describe_serverless_v2_platform_versions/ for full documentation.
Usage
rds_describe_serverless_v2_platform_versions(
ServerlessV2PlatformVersion = NULL,
Engine = NULL,
Filters = NULL,
DefaultOnly = NULL,
IncludeAll = NULL,
MaxRecords = NULL,
Marker = NULL
)Arguments
- ServerlessV2PlatformVersion
A specific platform version to return details for.
Example:
3- Engine
The database engine to return platform version details for.
Valid Values:
aurora-mysqlaurora-postgresql
- Filters
This parameter isn't currently supported.
- DefaultOnly
Specifies whether to return only the default platform versions for each engine. The default platform version is the version used for new DB clusters.
- IncludeAll
Specifies whether to also include platform versions which are no longer in use.
- MaxRecords
The maximum number of records to include in the response. If more than the
MaxRecordsvalue is available, a pagination token called a marker is included in the response so you can retrieve the remaining results.Default: 20
Constraints: Minimum 1, maximum 200.
- Marker
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.