interface AutomationRuleV2Reference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SecurityHub.AutomationRuleV2Reference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssecurityhub#AutomationRuleV2Reference |
Java | software.amazon.awscdk.interfaces.securityhub.AutomationRuleV2Reference |
Python | aws_cdk.interfaces.aws_securityhub.AutomationRuleV2Reference |
TypeScript | aws-cdk-lib » interfaces » aws_securityhub » AutomationRuleV2Reference |
A reference to a AutomationRuleV2 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 automationRuleV2Reference: interfaces_aws_securityhub.AutomationRuleV2Reference = {
ruleArn: 'ruleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| rule | string | The RuleArn of the AutomationRuleV2 resource. |
ruleArn
Type:
string
The RuleArn of the AutomationRuleV2 resource.

.NET
Go
Java
Python
TypeScript