Source
public struct Source : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Indicates whether AWS or the customer owns and manages the AWS Config rule. DeclarationSwift public let owner: Owner
- 
                  
                  Provides the source and type of the event that causes AWS Config to evaluate your AWS resources. DeclarationSwift public let sourceDetails: [SourceDetail]?
- 
                  
                  For AWS Config managed rules, a predefined identifier from a list. For example, IAM_PASSWORD_POLICY is a managed rule. To reference a managed rule, see Using AWS Managed Config Rules. For custom rules, the identifier is the Amazon Resource Name (ARN) of the rule’s AWS Lambda function, such as arn:aws:lambda:us-east-2:123456789012:function:custom_rule_name. DeclarationSwift public let sourceIdentifier: String
- 
                  
                  Undocumented DeclarationSwift public init(owner: Owner, sourceDetails: [SourceDetail]? = nil, sourceIdentifier: String)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub Source Structure Reference
        Source Structure Reference