Ec2Config
public struct Ec2Config : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
Declaration
Swift
public let securityGroupArns: [String]
-
The ARN of the subnet and the security group that DataSync uses to access the target EFS file system.
Declaration
Swift
public let subnetArn: String
-
Undocumented
Declaration
Swift
public init(securityGroupArns: [String], subnetArn: String)
-
Declaration
Swift
public func validate(name: String) throws