DatastoreStorage
public struct DatastoreStorage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Use this to store data store data in an S3 bucket that you manage. When customer managed storage is selected, the “retentionPeriod” parameter is ignored. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.
Declaration
Swift
public let customerManagedS3: CustomerManagedDatastoreS3Storage?
-
Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service. The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.
Declaration
Swift
public let serviceManagedS3: ServiceManagedDatastoreS3Storage?
-
Undocumented
Declaration
Swift
public init(customerManagedS3: CustomerManagedDatastoreS3Storage? = nil, serviceManagedS3: ServiceManagedDatastoreS3Storage? = nil)
-
Declaration
Swift
public func validate(name: String) throws