Protection
public struct Protection : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier (ID) for the Route 53 health check that’s associated with the protection.
Declaration
Swift
public let healthCheckIds: [String]?
-
The unique identifier (ID) of the protection.
Declaration
Swift
public let id: String?
-
The friendly name of the protection. For example, My CloudFront distributions.
Declaration
Swift
public let name: String?
-
The ARN (Amazon Resource Name) of the AWS resource that is protected.
Declaration
Swift
public let resourceArn: String?
-
Undocumented
Declaration
Swift
public init(healthCheckIds: [String]? = nil, id: String? = nil, name: String? = nil, resourceArn: String? = nil)