class Aws::AccessAnalyzer::Types::CreateArchiveRuleRequest

Creates an archive rule.

@note When making an API call, you may pass CreateArchiveRuleRequest

data as a hash:

    {
      analyzer_name: "Name", # required
      client_token: "String",
      filter: { # required
        "String" => {
          contains: ["String"],
          eq: ["String"],
          exists: false,
          neq: ["String"],
        },
      },
      rule_name: "Name", # required
    }

@!attribute [rw] analyzer_name

The name of the created analyzer.
@return [String]

@!attribute [rw] client_token

A client token.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] filter

The criteria for the rule.
@return [Hash<String,Types::Criterion>]

@!attribute [rw] rule_name

The name of the rule to create.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/CreateArchiveRuleRequest AWS API Documentation

Constants

SENSITIVE