AwsSecurityGroupP2pArgs

interface AwsSecurityGroupP2pArgs extends AwsSecurityGroupCompositeBaseArgs { allowAllEgress?: boolean; egressRules?: Record<string, AwsSecurityGroupEgressRuleArgs>; incomingRules: Record<string, AwsSecurityGroupIncomingRuleArgs>; mode: 'p2p'; name: string; securityGroup: AwsSecurityGroupSecurityGroupArgs; }

Hierarchy

  • AwsSecurityGroupCompositeBaseArgs
  • AwsSecurityGroupP2pArgs

Properties

allowAllEgress: boolean

Inherited from allowAllEgress

egressRules: Record<string, AwsSecurityGroupEgressRuleArgs>

Inherited from egressRules

incomingRules: Record<string, AwsSecurityGroupIncomingRuleArgs>

mode: 'p2p'

name: string

securityGroup: AwsSecurityGroupSecurityGroupArgs

Inherited from securityGroup