Web Pub Sub Network ACLs Args
data class WebPubSubNetworkACLsArgs(val defaultAction: Output<Either<String, ACLAction>>? = null, val privateEndpoints: Output<List<PrivateEndpointACLArgs>>? = null, val publicNetwork: Output<NetworkACLArgs>? = null) : ConvertibleToJava<WebPubSubNetworkACLsArgs>
Network ACLs for the resource
Constructors
Link copied to clipboard
constructor(defaultAction: Output<Either<String, ACLAction>>? = null, privateEndpoints: Output<List<PrivateEndpointACLArgs>>? = null, publicNetwork: Output<NetworkACLArgs>? = null)