interface AutomationRuleV2Reference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecurityHub.AutomationRuleV2Reference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#AutomationRuleV2Reference |
![]() | software.amazon.awscdk.services.securityhub.AutomationRuleV2Reference |
![]() | aws_cdk.aws_securityhub.AutomationRuleV2Reference |
![]() | aws-cdk-lib » 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 securityhub } from 'aws-cdk-lib';
const automationRuleV2Reference: 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.