Environment
public struct Environment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the environment.
Declaration
Swift
public let arn: String? -
The connection type used for connecting to an Amazon EC2 environment.
Declaration
Swift
public let connectionType: ConnectionType? -
The description for the environment.
Declaration
Swift
public let description: String? -
The ID of the environment.
Declaration
Swift
public let id: String? -
The state of the environment in its creation or deletion lifecycle.
Declaration
Swift
public let lifecycle: EnvironmentLifecycle? -
The name of the environment.
Declaration
Swift
public let name: String? -
The Amazon Resource Name (ARN) of the environment owner.
Declaration
Swift
public let ownerArn: String? -
The type of environment. Valid values include the following: ec2: An Amazon Elastic Compute Cloud (Amazon EC2) instance connects to the environment. ssh: Your own server connects to the environment.
Declaration
Swift
public let type: EnvironmentType? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, connectionType: ConnectionType? = nil, description: String? = nil, id: String? = nil, lifecycle: EnvironmentLifecycle? = nil, name: String? = nil, ownerArn: String? = nil, type: EnvironmentType? = nil)
View on GitHub
Environment Structure Reference