Source

public struct Source : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether AWS or the customer owns and manages the AWS Config rule.

    Declaration

    Swift

    public let owner: Owner
  • Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

    Declaration

    Swift

    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.

    Declaration

    Swift

    public let sourceIdentifier: String
  • Undocumented

    Declaration

    Swift

    public init(owner: Owner, sourceDetails: [SourceDetail]? = nil, sourceIdentifier: String)
  • Declaration

    Swift

    public func validate(name: String) throws