Toolchain

public struct Toolchain : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The service role ARN for AWS CodeStar to use for the toolchain template during stack provisioning.

    Declaration

    Swift

    public let roleArn: String?
  • The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.

    Declaration

    Swift

    public let source: ToolchainSource
  • The list of parameter overrides to be passed into the toolchain template during stack provisioning, if any.

    Declaration

    Swift

    public let stackParameters: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(roleArn: String? = nil, source: ToolchainSource, stackParameters: [String : String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws