Private Endpoint ACLArgs
data class PrivateEndpointACLArgs(val allow: Output<List<Either<String, SignalRRequestType>>>? = null, val deny: Output<List<Either<String, SignalRRequestType>>>? = null, val name: Output<String>) : ConvertibleToJava<PrivateEndpointACLArgs>
ACL for a private endpoint
Constructors
Link copied to clipboard
constructor(allow: Output<List<Either<String, SignalRRequestType>>>? = null, deny: Output<List<Either<String, SignalRRequestType>>>? = null, name: Output<String>)