Core
public struct Core : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the certificate associated with the core.
Declaration
Swift
public let certificateArn: String -
A descriptive or arbitrary ID for the core. This value must be unique within the core definition version. Max length is 128 characters with pattern “[a-zA-Z0-9:_-]+”.
Declaration
Swift
public let id: String -
If true, the core’s local shadow is automatically synced with the cloud.
Declaration
Swift
public let syncShadow: Bool? -
The ARN of the thing which is the core.
Declaration
Swift
public let thingArn: String -
Undocumented
Declaration
Swift
public init(certificateArn: String, id: String, syncShadow: Bool? = nil, thingArn: String)
View on GitHub
Core Structure Reference