CreateAppRequest

public struct CreateAppRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the app.

    Declaration

    Swift

    public let appName: String
  • The type of app.

    Declaration

    Swift

    public let appType: AppType
  • The domain ID.

    Declaration

    Swift

    public let domainId: String
  • The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

    Declaration

    Swift

    public let resourceSpec: ResourceSpec?
  • Each tag consists of a key and an optional value. Tag keys must be unique per resource.

    Declaration

    Swift

    public let tags: [Tag]?
  • The user profile name.

    Declaration

    Swift

    public let userProfileName: String
  • Undocumented

    Declaration

    Swift

    public init(appName: String, appType: AppType, domainId: String, resourceSpec: ResourceSpec? = nil, tags: [Tag]? = nil, userProfileName: String)
  • Declaration

    Swift

    public func validate(name: String) throws