Subscription

public struct Subscription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If ENABLED, the subscription will be automatically renewed at the end of the existing subscription period. When you initally create a subscription, AutoRenew is set to ENABLED. You can change this by submitting an UpdateSubscription request. If the UpdateSubscription request does not included a value for AutoRenew, the existing value for AutoRenew remains unchanged.

    Declaration

    Swift

    public let autoRenew: AutoRenew?
  • The date and time your subscription will end.

    Declaration

    Swift

    public let endTime: TimeStamp?
  • Specifies how many protections of a given type you can create.

    Declaration

    Swift

    public let limits: [Limit]?
  • If ENABLED, the DDoS Response Team (DRT) will use email and phone to notify contacts about escalations to the DRT and to initiate proactive customer support. If PENDING, you have requested proactive engagement and the request is pending. The status changes to ENABLED when your request is fully processed. If DISABLED, the DRT will not proactively notify contacts about escalations or to initiate proactive customer support.

    Declaration

    Swift

    public let proactiveEngagementStatus: ProactiveEngagementStatus?
  • The start time of the subscription, in Unix time in seconds. For more information see timestamp.

    Declaration

    Swift

    public let startTime: TimeStamp?
  • The length, in seconds, of the AWS Shield Advanced subscription for the account.

    Declaration

    Swift

    public let timeCommitmentInSeconds: Int64?
  • Undocumented

    Declaration

    Swift

    public init(autoRenew: AutoRenew? = nil, endTime: TimeStamp? = nil, limits: [Limit]? = nil, proactiveEngagementStatus: ProactiveEngagementStatus? = nil, startTime: TimeStamp? = nil, timeCommitmentInSeconds: Int64? = nil)