aws-cdk-lib.aws_accessanalyzer.CfnAnalyzer.ArchiveRuleProperty

interface ArchiveRuleProperty

LanguageType name
.NETAmazon.CDK.AWS.AccessAnalyzer.CfnAnalyzer.ArchiveRuleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsaccessanalyzer#CfnAnalyzer_ArchiveRuleProperty
Javasoftware.amazon.awscdk.services.accessanalyzer.CfnAnalyzer.ArchiveRuleProperty
Pythonaws_cdk.aws_accessanalyzer.CfnAnalyzer.ArchiveRuleProperty
TypeScript aws-cdk-lib » aws_accessanalyzer » CfnAnalyzer » ArchiveRuleProperty

The criteria for an archive rule.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_accessanalyzer as accessanalyzer } from 'aws-cdk-lib';
const archiveRuleProperty: accessanalyzer.CfnAnalyzer.ArchiveRuleProperty = {
  filter: [{
    property: 'property',

    // the properties below are optional
    contains: ['contains'],
    eq: ['eq'],
    exists: false,
    neq: ['neq'],
  }],
  ruleName: 'ruleName',
};

Properties

NameTypeDescription
filterIResolvable | IResolvable | FilterProperty[]The criteria for the rule.
ruleNamestringThe name of the archive rule.

filter

Type: IResolvable | IResolvable | FilterProperty[]

The criteria for the rule.


ruleName

Type: string

The name of the archive rule.