UpdateCompanyNetworkConfigurationRequest
public struct UpdateCompanyNetworkConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the fleet.
Declaration
Swift
public let fleetArn: String -
The security groups associated with access to the provided subnets.
Declaration
Swift
public let securityGroupIds: [String] -
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
Declaration
Swift
public let subnetIds: [String] -
The VPC with connectivity to associated websites.
Declaration
Swift
public let vpcId: String -
Undocumented
Declaration
Swift
public init(fleetArn: String, securityGroupIds: [String], subnetIds: [String], vpcId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateCompanyNetworkConfigurationRequest Structure Reference