AddApplicationVpcConfigurationRequest
public struct AddApplicationVpcConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of an existing application.
Declaration
Swift
public let applicationName: String
-
The version of the application to which you want to add the input processing configuration. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.
Declaration
Swift
public let currentApplicationVersionId: Int64
-
Description of the VPC to add to the application.
Declaration
Swift
public let vpcConfiguration: VpcConfiguration
-
Undocumented
Declaration
Swift
public init(applicationName: String, currentApplicationVersionId: Int64, vpcConfiguration: VpcConfiguration)
-
Declaration
Swift
public func validate(name: String) throws