Interface IPeer.Jsii$Default
- All Superinterfaces:
IConnectable,IConnectable.Jsii$Default,IPeer,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IPrefixList.Jsii$Default,ISecurityGroup.Jsii$Default
- All Known Implementing Classes:
IPeer.Jsii$Proxy,IPrefixList.Jsii$Proxy,ISecurityGroup.Jsii$Proxy
- Enclosing interface:
IPeer
Internal default implementation for
IPeer.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IConnectable
IConnectable.Jsii$Default, IConnectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IPeer
IPeer.Jsii$Default, IPeer.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault BooleanWhether the rule can be inlined into a SecurityGroup or not.default StringA unique identifier for this connection peer.default ObjectProduce the egress rule JSON for the given connection.default ObjectProduce the ingress rule JSON for the given connection.Methods inherited from interface software.amazon.awscdk.services.ec2.IConnectable.Jsii$Default
getConnectionsMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCanInlineRule
Whether the rule can be inlined into a SecurityGroup or not.- Specified by:
getCanInlineRulein interfaceIPeer
-
getUniqueId
A unique identifier for this connection peer.- Specified by:
getUniqueIdin interfaceIPeer
-
toEgressRuleConfig
Produce the egress rule JSON for the given connection.- Specified by:
toEgressRuleConfigin interfaceIPeer
-
toIngressRuleConfig
Produce the ingress rule JSON for the given connection.- Specified by:
toIngressRuleConfigin interfaceIPeer
-