AnalyticsConfiguration
public struct AnalyticsConfiguration : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.
Declaration
Swift
public let filter: AnalyticsFilter? - 
                  
                  
The ID that identifies the analytics configuration.
Declaration
Swift
public let id: String - 
                  
                  
Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.
Declaration
Swift
public let storageClassAnalysis: StorageClassAnalysis - 
                  
                  
Undocumented
Declaration
Swift
public init(filter: AnalyticsFilter? = nil, id: String, storageClassAnalysis: StorageClassAnalysis) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        AnalyticsConfiguration Structure Reference