public static interface CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; AnalysisSecurityGroupRuleProperty analysisSecurityGroupRuleProperty = AnalysisSecurityGroupRuleProperty.builder() .cidr("cidr") .direction("direction") .portRange(PortRangeProperty.builder() .from(123) .to(123) .build()) .prefixListId("prefixListId") .protocol("protocol") .securityGroupId("securityGroupId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty.Builder
|
static class |
CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty.Jsii$Proxy
An implementation for
CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty |
Modifier and Type | Method and Description |
---|---|
static CfnNetworkInsightsAnalysis.AnalysisSecurityGroupRuleProperty.Builder |
builder() |
default java.lang.String |
getCidr()
The IPv4 address range, in CIDR notation.
|
default java.lang.String |
getDirection()
The direction.
|
default java.lang.Object |
getPortRange()
The port range.
|
default java.lang.String |
getPrefixListId()
The prefix list ID.
|
default java.lang.String |
getProtocol()
The protocol name.
|
default java.lang.String |
getSecurityGroupId()
The security group ID.
|
default java.lang.String getCidr()
default java.lang.String getDirection()
default java.lang.Object getPortRange()
default java.lang.String getPrefixListId()
default java.lang.String getProtocol()
default java.lang.String getSecurityGroupId()