deleteRule
Deletes the specified rule.
Samples
// Deletes a rule by its ARN. The rule must not be associated with any template or policy.
networkSecurityManagerClient.deleteRule {
ruleIdentifier = "arn:aws:network-security-manager:us-east-1:123456789012:rule:abc123"
}Content copied to clipboard