ExportedEnvironmentVariable
public struct ExportedEnvironmentVariable : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of this exported environment variable.
Declaration
Swift
public let name: String?
-
The value assigned to this exported environment variable. During a build, the value of a variable is available starting with the install phase. It can be updated between the start of the install phase and the end of the post_build phase. After the post_build phase ends, the value of exported variables cannot change.
Declaration
Swift
public let value: String?
-
Undocumented
Declaration
Swift
public init(name: String? = nil, value: String? = nil)