Struct rusoto_config::Source [] [src]

pub struct Source {
    pub owner: Owner,
    pub source_details: Option<SourceDetails>,
    pub source_identifier: StringWithCharLimit256,
}

Provides the AWS Config rule owner (AWS or customer), the rule identifier, and the events that trigger the evaluation of your AWS resources.

Fields

Indicates whether AWS or the customer owns and manages the AWS Config rule.

Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.

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-1:123456789012:function:custom_rule_name.

Trait Implementations

impl Default for Source
[src]

Returns the "default value" for a type. Read more

impl Debug for Source
[src]

Formats the value using the given formatter.

impl Clone for Source
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more