Datastore
public struct Datastore : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the data store.
Declaration
Swift
public let arn: String?
-
When the data store was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
The last time the data store was updated.
Declaration
Swift
public let lastUpdateTime: TimeStamp?
-
The name of the data store.
Declaration
Swift
public let name: String?
-
How long, in days, message data is kept for the data store. When “customerManagedS3” storage is selected, this parameter is ignored.
Declaration
Swift
public let retentionPeriod: RetentionPeriod?
-
The status of a data store: CREATING The data store is being created. ACTIVE The data store has been created and can be used. DELETING The data store is being deleted.
Declaration
Swift
public let status: DatastoreStatus?
-
Where data store data is stored. You may choose one of “serviceManagedS3” or “customerManagedS3” storage. If not specified, the default is “serviceManagedS3”. This cannot be changed after the data store is created.
Declaration
Swift
public let storage: DatastoreStorage?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, creationTime: TimeStamp? = nil, lastUpdateTime: TimeStamp? = nil, name: String? = nil, retentionPeriod: RetentionPeriod? = nil, status: DatastoreStatus? = nil, storage: DatastoreStorage? = nil)