Activation

public struct Activation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID created by Systems Manager when you submitted the activation.

    Declaration

    Swift

    public let activationId: String?
  • The date the activation was created.

    Declaration

    Swift

    public let createdDate: TimeStamp?
  • A name for the managed instance when it is created.

    Declaration

    Swift

    public let defaultInstanceName: String?
  • A user defined description of the activation.

    Declaration

    Swift

    public let description: String?
  • The date when this activation can no longer be used to register managed instances.

    Declaration

    Swift

    public let expirationDate: TimeStamp?
  • Whether or not the activation is expired.

    Declaration

    Swift

    public let expired: Bool?
  • The Amazon Identity and Access Management (IAM) role to assign to the managed instance.

    Declaration

    Swift

    public let iamRole: String?
  • The maximum number of managed instances that can be registered using this activation.

    Declaration

    Swift

    public let registrationLimit: Int?
  • The number of managed instances already registered with this activation.

    Declaration

    Swift

    public let registrationsCount: Int?
  • Tags assigned to the activation.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(activationId: String? = nil, createdDate: TimeStamp? = nil, defaultInstanceName: String? = nil, description: String? = nil, expirationDate: TimeStamp? = nil, expired: Bool? = nil, iamRole: String? = nil, registrationLimit: Int? = nil, registrationsCount: Int? = nil, tags: [Tag]? = nil)