Create a new version of your custom platform
Source:R/elasticbeanstalk_operations.R
elasticbeanstalk_create_platform_version.RdCreate a new version of your custom platform.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_create_platform_version/ for full documentation.
Usage
elasticbeanstalk_create_platform_version(
PlatformName,
PlatformVersion,
PlatformDefinitionBundle,
EnvironmentName = NULL,
OptionSettings = NULL,
Tags = NULL
)Arguments
- PlatformName
[required] The name of your custom platform.
- PlatformVersion
[required] The number, such as 1.0.2, for the new platform version.
- PlatformDefinitionBundle
[required] The location of the platform definition archive in Amazon S3.
- EnvironmentName
The name of the builder environment.
- OptionSettings
The configuration option settings to apply to the builder environment.
Specifies the tags applied to the new platform version.
Elastic Beanstalk applies these tags only to the platform version. Environments that you create using the platform version don't inherit the tags.