LinkedService

public struct LinkedService : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the health check or hosted zone was created by another service, an optional description that can be provided by the other service. When a resource is created by another service, you can’t edit or delete it using Amazon Route 53.

    Declaration

    Swift

    public let description: String?
  • If the health check or hosted zone was created by another service, the service that created the resource. When a resource is created by another service, you can’t edit or delete it using Amazon Route 53.

    Declaration

    Swift

    public let servicePrincipal: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, servicePrincipal: String? = nil)