interface AutomationRuleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SecurityHub.AutomationRuleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssecurityhub#AutomationRuleReference |
Java | software.amazon.awscdk.interfaces.securityhub.AutomationRuleReference |
Python | aws_cdk.interfaces.aws_securityhub.AutomationRuleReference |
TypeScript | aws-cdk-lib » interfaces » aws_securityhub » AutomationRuleReference |
A reference to a AutomationRule resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_securityhub as interfaces_aws_securityhub } from 'aws-cdk-lib/interfaces';
const automationRuleReference: interfaces_aws_securityhub.AutomationRuleReference = {
ruleArn: 'ruleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| rule | string | The RuleArn of the AutomationRule resource. |
ruleArn
Type:
string
The RuleArn of the AutomationRule resource.

.NET
Go
Java
Python
TypeScript