AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreatePlatformVersion operation. Create a new version of your custom platform.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ElasticBeanstalk.AmazonElasticBeanstalkRequest
      Amazon.ElasticBeanstalk.Model.CreatePlatformVersionRequest

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z

Syntax

C#
public class CreatePlatformVersionRequest : AmazonElasticBeanstalkRequest
         IAmazonWebServiceRequest

The CreatePlatformVersionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property EnvironmentName System.String

Gets and sets the property EnvironmentName.

The name of the builder environment.

Public Property OptionSettings System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.ConfigurationOptionSetting>

Gets and sets the property OptionSettings.

The configuration option settings to apply to the builder environment.

Public Property PlatformDefinitionBundle Amazon.ElasticBeanstalk.Model.S3Location

Gets and sets the property PlatformDefinitionBundle.

The location of the platform definition archive in Amazon S3.

Public Property PlatformName System.String

Gets and sets the property PlatformName.

The name of your custom platform.

Public Property PlatformVersion System.String

Gets and sets the property PlatformVersion.

The number, such as 1.0.2, for the new platform version.

Public Property Tags System.Collections.Generic.List<Amazon.ElasticBeanstalk.Model.Tag>

Gets and sets the property Tags.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5