DeleteDomainRequest

public struct DeleteDomainRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The domain ID.

    Declaration

    Swift

    public let domainId: String
  • The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained (not automatically deleted).

    Declaration

    Swift

    public let retentionPolicy: RetentionPolicy?
  • Undocumented

    Declaration

    Swift

    public init(domainId: String, retentionPolicy: RetentionPolicy? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws