CreatePlatformVersionRequest
public struct CreatePlatformVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the builder environment.
Declaration
Swift
public let environmentName: String?
-
The configuration option settings to apply to the builder environment.
Declaration
Swift
public let optionSettings: [ConfigurationOptionSetting]?
-
The location of the platform definition archive in Amazon S3.
Declaration
Swift
public let platformDefinitionBundle: S3Location
-
The name of your custom platform.
Declaration
Swift
public let platformName: String
-
The number, such as 1.0.2, for the new platform version.
Declaration
Swift
public let platformVersion: String
-
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.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(environmentName: String? = nil, optionSettings: [ConfigurationOptionSetting]? = nil, platformDefinitionBundle: S3Location, platformName: String, platformVersion: String, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws