Topic.DefinitionStages.WithInboundIpRules Interface
public static interface Topic.DefinitionStages.WithInboundIpRules
The stage of the Topic definition allowing to specify inboundIpRules.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withInboundIpRules(List<InboundIpRule> inboundIpRules)
Specifies the inbound |
Method Details
withInboundIpRules
public abstract Topic.DefinitionStages.WithCreate withInboundIpRules(List<InboundIpRule> inboundIpRules)
Specifies the inboundIpRules property: This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled..
Parameters:
Returns: