AwsEc2NetworkInterfaceViolation

public struct AwsEc2NetworkInterfaceViolation : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • List of security groups that violate the rules specified in the master security group of the AWS Firewall Manager policy.

    Declaration

    Swift

    public let violatingSecurityGroups: [String]?
  • The resource ID of the network interface.

    Declaration

    Swift

    public let violationTarget: String?
  • Undocumented

    Declaration

    Swift

    public init(violatingSecurityGroups: [String]? = nil, violationTarget: String? = nil)