NetworkConfig
public struct NetworkConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Whether to encrypt all communications between distributed processing jobs. Choose True to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.
Declaration
Swift
public let enableInterContainerTrafficEncryption: Bool?
-
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
Declaration
Swift
public let enableNetworkIsolation: Bool?
-
Undocumented
Declaration
Swift
public let vpcConfig: VpcConfig?
-
Undocumented
Declaration
Swift
public init(enableInterContainerTrafficEncryption: Bool? = nil, enableNetworkIsolation: Bool? = nil, vpcConfig: VpcConfig? = nil)
-
Declaration
Swift
public func validate(name: String) throws