Signal RNetwork ACLs Args
data class SignalRNetworkACLsArgs(val defaultAction: Output<Either<String, ACLAction>>? = null, val ipRules: Output<List<IPRuleArgs>>? = null, val privateEndpoints: Output<List<PrivateEndpointACLArgs>>? = null, val publicNetwork: Output<NetworkACLArgs>? = null) : ConvertibleToJava<SignalRNetworkACLsArgs>
Network ACLs for the resource
Constructors
Link copied to clipboard
constructor(defaultAction: Output<Either<String, ACLAction>>? = null, ipRules: Output<List<IPRuleArgs>>? = null, privateEndpoints: Output<List<PrivateEndpointACLArgs>>? = null, publicNetwork: Output<NetworkACLArgs>? = null)